﻿/*
<!--
        Company: BraintechnoSys 
        Update by: Rajeev Narang
        Date: 2/24/2010
        Description: Added Carousel control 
        Code start
        -->
*/
.h1-carousel
{
font-family: Verdana;
font-size: 20px;
color: #000000;
font-weight:normal;
}

#carousel_inner {
float:left; /* important for inline positioning */
width: 905px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow background: #F0F0F0;*/
height:180px;
border:0px dotted red;
position:relative;
}
#carousel_container
{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	height: 201px;
	
	}
#carousel_ul {
position:relative;
float:left;
left:4px; /* 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: 170px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:110px;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img {
margin-bottom:-2px; /* 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; 
}
#left_scroll, #right_scroll{
float:left; 
height:130px; 
width:15px; 
background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}

#c-bot{
font-family: Verdana;
font-size: 12px;
color: #1B6796;
line-height: 16px;
font-weight:normal;
padding-top:10px;
	}
#d-heading
{
	background: url(../images/orange_arrow.gif) no-repeat 0 5px;
	font-family: Verdana;
	padding:0 0 0 15px;
font-size: 12px;
font-weight:bold;
color: #000000;
padding-bottom: 5px;
}
