/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Promos
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.promoBank {
	width: 996px;
	height: 500px;
	left: 20px;
	top: 670px;
	position: absolute;
}

.promoContainer {
	width: 270px;
	height: 500px;
	position: absolute;
}

.promoGlow {
	width: 282px;
	height: 242px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.promoImage {
	width: 270px;
	height: 230px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	*cursor: hand;
}

.promoButton {
	width: 270px;
	height: 30px;
	margin-top: 20px;
	position: relative;
}

.promoHeader {
	width: 290px;
	margin-top: 20px;
	color: white;
	font-family: "Arial Black", "Arial", sans-serif;
	font-size: 17px;
	position: relative;
}

.promoText {
	width: 290px;
	margin-top: 14px;
	color: white;
	font-family: "Arial", sans-serif;
	font-size: 17px;
	position: relative;
}

#promo1 {
	left: 0px;
	position: absolute;
}

#promo2 {
	left: 342px;
	position: absolute;
}

#promo3 {
	left: 684px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Product Module
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.productModuleBG {
	width: 270px;
	height: 414px;
	background-color: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	opacity: 0.25;
	position: absolute;
}

.youMayAlsoLikeText {
	width: 240px;
	height: 20px;
	left: 15px;
	top: 10px;
	color: white;
	font-family: "Arial Black", "Arial", sans-serif;
	font-size: 14pt;
	line-height: 15px;
	position: absolute;
}

.productItemHolder {
	width: 242px;
	margin-left: 0px;
}

.productItem {
	width: 90px;
	margin-left: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	*cursor: hand;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.productTitle {
	width: 100%;
	margin-top: 10px;
	color: #FFF;
	font-family: "Arial Black", "Arial", sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.productDesc {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	color: #d2d4db;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}

.productDesc a {
	text-decoration: none;
	color:#d2d4db;
	font-weight: bold;
}

.productDesc a:hover {
	color:#F9D24A;
	text-decoration: underline;
	font-weight: bold;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Product Scroller
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.scrollbarStylesProd { 
	width: 260px;
	clear: both;
	margin: 0px 0px 0px;
}

.scrollbarStylesProd .viewport {
	width: 242px;
	height: 370px;
	top: 35px;
	overflow: hidden;
	position: absolute;
}

.scrollbarStylesProd .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.scrollbarStylesProd .scrollbar {
	background: transparent url(http://cdn.dolimg.com/franchise/finding-nemo/img/promos/prod_track.png) no-repeat 0 0;
	top: 32px;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 18px;
	height: 370px;
}

.scrollbarStylesProd .track {
	height: 370px;
	width:18px;
	position: relative;
	margin-top:0px;
}

.scrollbarStylesProd .thumb {
	background: transparent url(http://cdn.dolimg.com/franchise/finding-nemo/img/promos/promo_thumb.png) no-repeat 50% 100%;
	height: 20px;
	width: 28px;
	cursor: pointer;
	*cursor: hand;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
}

.scrollbarStylesProd .thumb .end {
	background: transparent url(http://cdn.dolimg.com/franchise/finding-nemo/img/grid_view/grid_view_thumb.png) no-repeat 50% 0;
	overflow: hidden;
	height: 0px;
	top: 0px;
	width: 25px;
}

.scrollbarStylesProd .disable {
	display: none;
}

