/* CSS Document */
#alsoShowing a#previous, #alsoShowing a#next {
	margin:12px 0 0 0;
	display:block;
	float:left;
	width:9px;
	padding:10px 0 0 15px;
	height:0px;
	overflow:hidden;
	background-image:url(../Images/Arrows-Bg.gif);
	background-repeat:no-repeat;
	background-position:15px 0;
}

#alsoShowing a#previous {
	background-position:-9px 0;
}

#alsoShowing .heading {
	padding:0;
	line-height:33px;
	height:33px;
	margin-bottom:3px;
}

#alsoShowing h3 {
	float:left;
	display:block;
	text-align:center;
	width:298px;
	line-height:33px;
}

#sliderWrapper {
	width:348px;
	height:175px;
	overflow:hidden;
	margin-top: 8px;
}

#alsoShowing ul.slider {
	display:block;
	width:1000000px;
	height:175px;
	padding:0;
	margin:0;
	list-style:none;
}

#alsoShowing ul.slider li {
	display:block;
	float:left;
	width:112px;
	background-color:#ebe8e2;
	margin:0 6px 0 0;
	padding:0 0 3px 0;
}

#alsoShowing ul.slider li img {
	float:left;
	display:block;
}

#alsoShowing ul.slider li p {
	float:left;
	display:block;
	margin:0;
	line-height:15px;
	font-size:9px;
	font-weight:bold;
	padding:8px 0px 0px 0px;
	width:106px;
	text-align: center;
}

#alsoShowing ul.slider li div.shortTitle {
	height: 42px;
	overflow: hidden;
	display:block;
	width:112px;
	margin-bottom: 0px;
}	

#alsoShowing ul.slider li a {
	display:block;
	float:left;
	padding:2px 4px;
	line-height:13px;
	margin:0px 1px 2px 3px;
	color:#FFFFFF;
	font-size:10px;
	/* background-color:#ba2f33; */
	background-color:#ce3539;
	text-decoration:none;
}

* html #alsoShowing ul.slider li a {
	margin-left: 2px !important;
}

#alsoShowing ul.slider li a:hover {
	text-decoration:none;
}
