/* Consolidated Marketing Module
 * developer: Vsevolod Malishev
 * date: 3/25/11
 */

#marketingRoundedNav {
position: relative;
width: 100%;
z-index: 3;
}

#marketingRoundedNav a {
display:block;
height:0;
overflow:hidden;
padding:43px 0 0;
position:absolute;
top:45px;
width:21px;
}

#marketingRoundedNav .marketingPrev {
    cursor: hand !important;
	left: 0;
	background: url(/images/carousel/carouselRoundedNavsLeftGray.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel/carouselRoundedNavsLeftGray.png', sizingMethod='crop');
	}
#marketingRoundedNav .marketingNext {
    cursor: hand !important;
	right: 0;
	background: url(/images/carousel/carouselRoundedNavsRightGray.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel/carouselRoundedNavsRightGray.png', sizingMethod='crop');
	}
.marketing_carouselCaption
{
padding-left: 0px;
margin-top: 6px; _margin-top: 5px;
font-style: normal !important;
}

.marketing_carouselCaption h2{font: bold 16px Arial, Helvetica, sans-serif; 
color: black !important;
}
.marketing_carouselCaption h2 a{color: black;}
.marketing_carouselCaption h2 a:hover{text-decoration: underline;}
.marketing_ul
{
margin: 0pt; 
padding: 0pt; 
position: relative; 
list-style-type: none; 
z-index: 1; 
/* Commented out to support the marketing module without jCarouselLite.
 * width: 3095px; 
 * left: -280px;
 */

}
.marketing_TopCarousel
{
height: 220px; 
overflow: hidden; 
visibility: visible; 
position: relative; 
z-index: 2; 
left: 0px; 
width: 280px;
}
.marketing_left
{
cursor: hand;
width: 20px; 
top: 60px !important; 
background:transparent url(/images/carousel/carouselRoundedNavsLeft.png) no-repeat scroll 0 0;
_background: none; 
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel/carouselRoundedNavsLeft.png', sizingMethod='crop');
}
.marketing_right
{
cursor: hand;
width: 20px; 
top: 60px !important; 
background:transparent url(/images/carousel/carouselRoundedNavsRight.png) no-repeat scroll 0 0; 
_background: none; 
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/carousel/carouselRoundedNavsRight.png', sizingMethod='crop');
}
.marketing_li
{
overflow: hidden; 
float: left; 
width: 280px; 
height: 220px;
}
.marketing_TopCarouselWrapper
{
width: 280px; height: 220px;
background-color: yellow;
padding: 10px;
padding-top: 30px;
}
