/* Tiny Carousel */
#carrusel { 	 	
    position: relative;
    z-index: 20;
    height:320px;
    display: block;
}

#carrusel .viewport {
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#carrusel .buttons { 	
    display: block;
    width: 39px;
    height: 37px;
}

.slide-buttons {display: block;width: 55px; height: 55px; background: #fff; float:left; }

#carrusel .disable { visibility: hidden; }

#carrusel .prev { 
    background: url("/images/outside/home/slide-arrow.png") no-repeat scroll left center #FFFFFF;
    margin-top: -55px;
    opacity: 0.7;
    position: relative;
    top: 182px;
    z-index: 25;	
}

#carrusel .next { 
    background: url("/images/outside/home/slide-arrow.png") no-repeat scroll right center #FFFFFF;
    margin: -55px 0 0;
    opacity: 0.7;
    position: relative;
    right: -925px;
    top: -138px;
    z-index: 25;
}

#carrusel .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 980px; left: 0 top: 0; }



#slider-code {
    overflow:hidden;
}

#slider-code .viewport {
    float: left;
    width: 767px;
    height: 00px;
    overflow: hidden;
    position: relative;
}

#slider-code .buttons {
	display: block;
	width: 55px;
	height: 55px;
}

#slider-code .next {
    float: right;
    background: url("/images/outside/home/slide-arrow.png") no-repeat scroll right center #FFFFFF;
    opacity: 0.7;
    z-index: 25;
    top:150px;
    right: 275px;
}

#slider-code .prev {
    background: url("/images/outside/home/slide-arrow.png") no-repeat scroll left center #FFFFFF;
    position: relative;
    opacity: 0.7;
    z-index: 25;
    float: left;
}

#slider-code .disable {
    visibility: hidden;
}

#slider-code .overview {
    list-style: none;
    position: absolute;
    padding: 0; margin: 0; left: 0; top: 0;
}
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px;   width: 765px;}

