*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}

body{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px;
}

p{
	margin: 0px 0 20px 0;
}


h1{
	font-size: 30px;
	font-family: "Myriad Pro", "Lucida Grande", "Verdana", sans-serif;
	padding: 0;
	margin: 0;
}

h2{
	font-size: 20px;
}

#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 771px;
	height: 464px;
	overflow: hidden;
	margin-right:15px;
}

#gallery img{
	position: absolute;
	width:771px;
	height:464px;
}

#thumbs{
	width: 172px;
	height: 464px;
	overflow: hidden;
	position:relative;
}
#thumbs .scroller{ position:absolute; top:0;}
#thumbs img{ width:172px; height:109px; border-bottom:solid 10px #fff; cursor:pointer;}
#thumbs:hover #nextbutton, #thumbs:hover #prevbutton{
	display:block;
}
#nextbutton, #prevbutton{
	display: none;
	width: 47px;
	height: 43px;
	position:absolute;
	left: 65px;	
}
#nextbutton.disabled, #prevbutton.disabled{
	display:none !important;
}
#nextbutton{
	background: url(../images/arrow-bottom.png);
	bottom: 0px;	
}
#prevbutton{
	background: url(../images/arrow-top.png);
	top: 0px;
}
#nextbutton:hover{
	background: url(../images/arrowmo-bottom.png);
}
#prevbutton:hover{
	background: url(../images/arrowmo-top.png);
}

.clear{
	clear: both;
}