/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Verdana;
}
.slideShow {
	clear: both;
	width:998px;
	height:409px;
	position:relative;
	}

/** navigation **/
.slideShow .navigation {
	position:absolute;
	bottom:20px; 
	left:0;
	width:100%
	
}
.slideShow .navigation li {
	display: inline;
}
.slideShow .navigation a {
	background: url(http://lastminutefashion.com/includes/templates/newtemplate/images/thumb_nav.gif) 0 0 no-repeat;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;font-size:0
	
}
.slideShow .navigation a.prev {
	background: url(../images/arrows.gif) left 0 no-repeat;
	width:43px;
	height:43px;
	position:absolute;
	top:-220px;
	left:8px;
}
.slideShow .navigation a.next {background: url(../images/arrows.gif) right 0 no-repeat;
	width:43px;
	height:43px;
	position:absolute;
	top:-220px;
	right:10px;
}

.slideShow .navigation a.prev:hover {background: url(../images/arrowsHover.gif) left 0 no-repeat;}
.slideShow .navigation a.next:hover {background: url(../images/arrowsHover.gif) right 0 no-repeat;}

.slideShow .thumbs a {
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	height: 50px;
}
.slideShow .navigation a:hover,
.slideShow .navigation a.selected {
	background: url(http://lastminutefashion.com/includes/templates/newtemplate/images/thumb_nav_hover.gif) 0 0 no-repeat;
	color: #fff;
}

.slideShow ol.topNavigation {
	margin: 0px 0px 10px 0px;
}

/** slides with more than an image in it **/
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}

.slide dl dt {
	width: 500px;
}

/** slides with text over images **/
.slide p {
	margin: 1em;
	position: absolute;
	background-color: #000;
	color: #fff;
	z-index: 1;
	padding: 0.2em 0.8em;
}
.slide p a {
	color: #fff;
}

/** slideshow with images in navigation **/
.navigation.white a, .navigation.white li {
	background-color: #ffffff;
}
.navigation.white a {
	border: 1px solid #ffffff;
	padding: 0px;
	line-height: 0.8em;
}
.navigation.white a:hover,
.navigation.white a.selected {
	background-color: #ffffff;
	border: 1px solid #999;
}