/*! http://responsiveslides.com v1.54 by @viljamis */

#home_slider_layer { width:100%; background-color:#ffffff; } 
#home_slider_content { width:1280px; }
.home_slider { position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0; } 
.home_slider li { -webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0; } 
.home_slider li:first-child { position:relative; display:block; float:left; } 
.home_slider img { display:block; height:auto; float:left; width:100%; border:0; } 

.home_slider_container { margin-bottom:0px; position:relative; float:left; width:100%; } 
.home_slider_class { position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0; } 
.home_slider_class li { position:absolute; width:100%; left:0; top:0; } 
.home_slider_class img { display:block; position:relative; z-index:1; height:auto; width:100%; border:0; } 
.home_slider_class .home_slider_caption { display:block; position:absolute; z-index:2; text-shadow:none; background:#000; background:rgba(0,0,0, .8); left:0; right:0; bottom:0; 
											padding:10px 20px; margin:0; max-width:none; font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; 
											color:#fff; font-size:20px; font-weight:normal; } 
.home_slider_class_nav { position:absolute; -webkit-tap-highlight-color:rgba(0,0,0,0); top:0; left:0; opacity:0.7; z-index:3; text-indent:-9999px; overflow:hidden; 
							text-decoration:none; height:370px; width:394px; background-color:transparent; margin-top:0px; } 
.home_slider_class_nav:active { opacity:1.0; } 
.home_slider_class_nav.next { left:auto; background-position:right top; right:0; } 
.home_slider_class_nav.prev { height:1px; width:1px; } 


@media only screen and (min-width:1024px) and (max-width:1279px) { 
	#home_slider_content { width:980px; } 
	.home_slider_class_nav { width:302px; height:283px; } 
} 
@media only screen and (min-width:800px) and (max-width:1023px) { 
	#home_slider_content { width:760px; } 
	.home_slider_class_nav { width:234px; height:219px; } 
} 
@media only screen and (min-width:640px) and (max-width:799px) { 
	#home_slider_content { width:600px; } 
	.home_slider_class_nav { width:185px; height:173px; } 
} 
@media only screen and (min-width:480px) and (max-width:639px) { 
	#home_slider_content { width:440px; } 
	.home_slider_class_nav { width:136px; height:127px; } 
}
@media only screen and (min-width:1px) and (max-width:479px) { 
	#home_slider_content { width:280px; } 
	.home_slider_class_nav { display:none; visibility:hidden; } 
} 
