/* promo strip */

#promostrip2 {
	/*position:relative;
	width:926px;
	height:170px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	background-image: url(/tnsw/templates/crave/images/promostrip.jpg);
	background-repeat: no-repeat;
	overflow: hidden;*/
	position:relative;
	width: 946px;
	height: 110px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;


	background-image: url(../Slide%20Java%20Scripts%20(FULLY%20PREPARED)/images/promostrip.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#Guide {
	height: 110px;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}



#slideshow {
	/*position:  absolute;
	overflow:hidden;
	width:926px;
	height:170px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: -5px;
	z-index:600;*/
	position: relative;
	padding: 0;
	top: -5px;
	width: 926px;
	height: 110px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}



#slideshow ul {
	/*width:1640px;
	padding-left:0px;
	list-style:	none;*/
	width:3900px;
	list-style:		none;
	padding-left: 0px;
	height: 110px;
	
}

#slideshow li {
	/*float:left;
	margin:0 5px;
	padding: 0 0 0 0;
	cursor:pointer;*/
	float:left;
	margin:0 5px;
	padding: 0 0 0 0;
	cursor: pointer;
}

#promostrip a.prev 
{
	position:absolute;
	top: 0px;
	left: -4px;	/*position:relative;
	top: -122px;
	left: -4px;
	width: 40px;
	height: 37px;*/
}

#promostrip a.next 
{
	position:absolute;
	top: 0px;
	left: 910px;
	/*position:relative;
	top: -159px;
	left: 902px;
	width: 40px;
	height: 37px;*/
}

