@charset "utf-8";*/
/* CSS Document */
body { margin:0px; padding:0px; background:#ccc; font-family:Verdana, Geneva, sans-serif }
img{ border:none;}
#main{margin:auto; height:672px; width:1024px; background:#fff;}
#prev{  margin-top:62px; margin-left:25px;}
#next{ margin-top:62px; margin-left:1px;}
/*body div{ border:1px solid;}*/

/*Content Area Start*/
#container{ float:left; width:100%; height:509px;}
a{ text-decoration:none; color:#000;}
#slider-range-max{ 
	width:260px;
	position:absolute;
	margin:450px 0px 0px 380px;
	*margin-left:-650px;
}
/*Content Area Complete*/


@media only screen and (max-width:800px){
	#main{ width:800px; height:1128px;}
	#container{ height:965px;}
}
@media only screen and (max-width:768px){
	#main{ width:768px; height:928px;}
	#container{ height:765px;}
}
@media only screen and (max-width:600px){
	#main{ width:600px; height:944px;}
	#container{ height:781px;}
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (max-device-height:600px) and (orientation : landscape) {
	#main{ width:1024px; height:520px;}
	#container{ height:357px;}
}