/* slideshow */
.slideshow {
	position:relative;
	height:  260px;
	width:   260px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 

.slideshow .imageContainer {
	width: 260px;
	height: 260px;
	text-align:center;
	vertical-align:middle;
	padding: 0px;
	background-image: url(../images/sidebar_screen.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.slideshow img {
}
.slideshow p, .slideshow h4 {
	padding: 0 10px 0 10px;
	text-align:center;
	line-height:1.2em;
}
.slideshow p {
	margin: 0em 0em 0em 0em;
	
}
.slideshow h4 {
	font-size: 1em;
	font-weight:bold;
	margin: 0em 0em 0.25em 0em;
}
.slideshow .price {
	font-weight:bold;
}

#controls {
	font-size: 0.84em;
	z-index: 1000;
	position: absolute;
	top: 210px;
	left: 0;
	display: none;
	width: 128px;
	color: #CCCCCC;
	background-image: url(../images/slideshow_menu_bgr.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0px;
	margin-right: 66px;
	margin-bottom: 0px;
	margin-left: 66px;
	background-position: 0px 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#controls a {
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
}
#controls a:hover {
	background-position: 0px -35px;
}
#controls span {
	display: block;
	float:left;
	padding: 0px;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#controls #prev {
	background-image: url(../images/slideshow_button_prev.jpg);
}
#controls #next {
	background-image: url(../images/slideshow_button_next.jpg);
}
#controls #play {
	background-image: url(../images/slideshow_button_play.jpg);
}
#controls #pause {
	background-image: url(../images/slideshow_button_pause.jpg);
}

pre code {
	display:none;
}



