body{
	margin:0;
	padding:0;
}
h1 { text-align: center; color: #fff; }

#main {
	background: none;
	width: auto;
	height: 580px;
	position: relative;
	padding-top: 10px;
}
#main1 {
	background: none;
	width: auto;
	height: 580px;
	position: relative;
	padding-top: 10px;
}

#content {
	width: 600px;
	margin: 0px auto;
	border-radius: 3px;
}

#gallery_img {
	width: 650px;
	height: 450px;
	float: left;
	position: relative;
}

#lefty{
	width:23px;
	position:absolute;
	top:235px;
	left:10px;
}

#righty{
	width:23px;
	position:absolute;
	top:235px;
	right:10px;
}

#play, #pause{
	width:12px;
	position:absolute;
	top:239px;
	left:325px;
}

#play{
	display:none;
}

#expand{
	width:18px;
	position:absolute;
	top:478px;
    right:6px;
    display: none;
}

#thumbs {
	height: 100px;
	width: 650px;
	float: left;
	overflow: auto;
	margin-top: 10px;
	white-space: nowrap;
}

.thumbs_style{
	display:inline-block;
}

.thumbs_style img{
	width:105px;
	height:80px;
	border-radius:3px;
	border:3px solid rgba(0,0,0,0.4);
}

.gallery_img_style{
	width:650px;
	height:450px;
	border-radius:3px;
	position:absolute;
}
