*{
    margin:0;
    padding:0;
}

body, html { 
	width: 100%;
	height: 100%;
}
body{
    font-family:Verdana;
    text-transform:uppercase;
    color:#000000;
    font-size:10px;
    overflow:hidden;
    background-color:#ffffff;
}

a, a:visited{
	color: #b6b835;
	text-decoration: none; 
}

a:hover{
	color: #aaaaaa;
	text-decoration: underline; 
}


#albumbar{
    height:120px;
	margin:0 auto;
   
    
    left:0px;
    width:990px;
    top:0px;
	background-image:url(../images/assets/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
}

#logo{
	width:620px;
	height:120px;
	cursor:pointer;
	float: left;
}

#contactBtn{
	height:30px;
	width: 200px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	text-transform:none;
	font-size: 12px;
}

#contactBtn a, #contactBtn a:visited{
	color: #000000;
	text-decoration: none; 
}

#contactBtn a:hover{
	color: #b6b835;
	text-decoration: underline; 
}


#bodyWrapper{
	margin:0 auto;
	width: 918px;
	height: 482px;
	text-transform:none;
	border: #aaaaaa solid 1px;
}


#contentWrapper{
	float: right;
	width: 400px;
	margin: 40px;
	margin-top:200px;
	font-size: 12px;

}
.infobar{
    height:10px;
    position:fixed;
    background-color:#b6b835;
    left:0px;
    width:100%;
    bottom:0px;
  /* -moz-box-shadow:0px -1px 2px #000;
    -webkit-box-shadow:0px -1px 2px #000;
    box-shadow:0px -1px 2px #000;*/
}
/*
span#description, .albumbar span{
    text-shadow:0px 0px 1px #fff;
    color:#fff;
}*/
.albumbar span a{
    color:#aaa;
    text-decoration:none;
}
.albumbar span a:hover{
    color:#ddd;
}

#loading{
   display:none;
    width:50px;
    height:50px;
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-24px;
    background:transparent url(../icons/loading.gif) no-repeat top left;
}

#thumbsWrapper{
   position: absolute;
    width:100%;
    height:82px;
    overflow-y:hidden;
    background-color:#b6b835;
    bottom:10px;
    left:0px;
    border-top:2px solid #b6b835;
	margin-top: 10px;
}
#thumbsContainer{
    height:79px;
    display:block;
    margin: 0;   
}

#thumbsWrapper img{
    float:left;
    margin:2px;
    display:block;
    cursor:pointer;
    opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

#imageWrapper{
    position:relative;
    padding-top:0px;
    text-align:center;
}
#imageWrapper img{
    margin:0 auto;
   /* -moz-box-shadow:2px 2px 10px #111;
    -webkit-box-shadow:2px 2px 10px #111;
    box-shadow:2px 2px 10px #111;*/
}




.cursorRight{
   cursor:url("../icons/next.cur"),url("icons/next.cur"), default;
   cursor:e-resize;
}
.cursorLeft{
	cursor:url("../icons/prev.cur"),url("icons/prev.cur"), default;
	cursor:w-resize;
}
.cursorPlus{
    cursor:url("../icons/plus.cur"),url("icons/plus.cur"), default;
	cursor: -moz-zoom-in;
}
.cursorMinus{
    cursor:url("../icons/minus.cur"),url("icons/minus.cur"), default;
	cursor: -moz-zoom-out;
}
/*.albumSelect{
    height:18px;
    line-height:18px;
    position:absolute;
    right:5px;
    top:2px;
    width:120px;
}
.albumSelect .title{
    color:#f0f0f0;
    z-index:10;
    border:1px solid #444;
    background-color:#555;
    background-repeat:no-repeat;
    background-position:90% 50%;
    cursor:pointer;
    text-align:left;
    text-indent:10px;
    width:100%;   
    position:absolute;
    top:0px;
    left:0px;
}*/
.down{
    background-image:url(../icons/down.png);
}
.up{
    background-image:url(../icons/up.png);
}
/*.albumSelect ul {
    list-style:none;
    display:none;
    padding:0px;
    width:100%;
    border:1px solid #444;
    background-color:#555;
    margin:22px 0px 0px 0px;
    -moz-box-shadow:0px 0px 2px #000;
    -webkit-box-shadow:0px 0px 2px #000;
    box-shadow:0px 0px 2px #000;
}
.albumSelect ul li a{
    text-decoration:none;
    cursor:pointer;
    display:block;
    padding:3px 0px;
    color:#ccc;
}
.albumSelect ul li a:hover{
    background-color:#000;
    color:#fff;
}*/

#homeWrapper{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color:#b6b835;
}

#homeHeader{
	margin: 0 auto;
	margin-top:160px;
	width: 100%;
	height: 346px;
	background-color:#ffffff;
	/*background-image:url(../images/assets/homeheader.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	cursor:pointer;*/
}