﻿/*---carousal styles stsrt-----*/

#carousel_inner {
float:left; /* important for inline positioning */
width:940px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */

}

#carousel_ul {
position:relative;
left:-185px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:165px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:220px;
margin-top:10px;
margin-bottom:10px; 
margin-left:10px; 
margin-right:11px;  color:#ffff;
}
#carousel_ul li a{ color:#fff; text-decoration:none; font-size:12px;}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#carousel_ul li a img{ border:2px solid #fff;}
#carousel_ul li a:hover img{ border:2px solid #BF1E2E;}
#right_scroll{
float:left; 
height:187px; 
width:36px; 

}
#left_scroll{
float:left; 
height:187px; 
width:36px; 

}
#right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand; margin-top:25px;
}

#left_scroll img{
/*styling*/
cursor: pointer;
cursor: hand; margin-top:25px;
}

/*----carousal2----*/

#carousel_inner2 {
float:left; /* important for inline positioning */
width:900px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */

}

#carousel_ul2 {
position:relative;
left:-160px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul2 li{
float: left; /* important for inline positioning of the list items */                                    
width:169px;  /* fixed width, important */
/* just styling bellow*/
padding:0px; 
height:90px;
margin-top:10px;
margin-bottom:10px; 
margin-left:4px; 
margin-right:5px;  color:#ffff;  background: url(../images/slider_pic_shadowbg.png) no-repeat left top;
}
#carousel_ul2 li a{ color:#fff; text-decoration:none; font-size:12px; position:relative;}


#carousel_ul2 li img.avail{  position:absolute; top:9px; z-index:3;}

#carousel_ul2 li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px;  z-index:1;
}
#carousel_ul2 li a img{ border:3px solid #888888;}
#carousel_ul2 li a:hover img{ border:3px solid #0199b7;}


#carousel_ul2 li a span{ z-index:2; position:absolute; left:3px; bottom:6px; 
filter:alpha(opacity=70); text-align:right;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
background-color:#000;color:#fff; height:40px; width:138px; padding:0px 0px;}

/*#carousel_ul2 li a span b{ filter:alpha(opacity=100); font-weight:normal;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1; color:#fff;}  */

#right_scroll2{
float:left; 
height:64px; 
width:36px; 

}

#left_scroll2{
float:left; 
height:64px; 
width:36px; 

}
#right_scroll2 img{
/*styling*/
cursor: pointer;
cursor: hand; margin-top:5px;
}




#left_scroll2 img{
/*styling*/
cursor: pointer;
cursor: hand; margin-top:5px;
}




/*-----End here-------*/