/* Tiny Carousel */
#slider1 { height: 354px;overflow:hidden; float:left; position: relative;width:100%;padding-top:10px; margin-left:10px;}
#slider1 .viewport { height: 354px; overflow: hidden; position: relative;width:100%; }

.prev {
	background:url(../images/pre.png) no-repeat;
	width:25px;
	height:28px;
	display: block;
    position: absolute;
    right: auto;
    top: 18px;
    right: 32px;
	z-index:1000;
}
.next {
	background:url(../images/next.png) no-repeat;
	width:25px;
	height:28px;
	 display: block;
    position: absolute;
    right: 5px;
    left: auto;
    top: 18px;
}
/*#slider1 .buttons:hover{
    color: #C01313;
    background: #fff;
}*/
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 100%; left: 0 top: 0; }
#slider1 .overview li{ float: left; padding: 1px; width: 100%; margin-right:10px;}


@media (max-width:580px){
	#slider1 {height:380px;}
	#slider1 .viewport {height:380px;}
}