/*
Title 	: CSS for Simple Carousel with Paging Using Mootools
Author 	: Nikhil Kunder
Date 	: 2008/09/12
Version : 1.0
    moocarousel_v1.0.js & carousel.css  is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 	Lesser General Public License for more details.
*/

/* carousel css*/
/*.sprite_icon{background:url(images/sprite_carousel_icons.gif) no-repeat;}*/
.carousel_container_l, .carousel_container_r{display:block; margin:15px 0 0 0 ; position: relative;width: 64px;height:64px; float:left; cursor:pointer; } 
.carousel_container_r{background:url(/includes/images/right.png) no-repeat;margin-left:20px;} 
.carousel_container_l{background:url(/includes/images/left.png) no-repeat;margin-right:20px;} 

/* carousal 1*/
#carousel1_container{width:800px;  float:left;}
#carousel1_wrapper{overflow:hidden;margin: 0 2px; width:610px; position: relative; float:left;/* background-color:#fff;-moz-border-radius:10px;*/}
#carousel1_items_container{margin:0px; padding:0px 2px; width:5000px;position: relative;}
.carousel1_items{ width:112px; margin:5px 5px; position:relative;float:left; text-align:center; overflow:hidden;background-color:#fff;-moz-border-radius:10px}
.carousel1_items img{margin:10px 0px; cursor:pointer;}

