/* Corners */

.rounded-cornered,
.rounded-cornered .handle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* DRAGDEALER DEMOS */

.dragdealer {
	width: 940px;
	height: 420px;
}

/* Simple slider */

#simple-slider {
}

/* Slideshow */

.scroll-content {
}

#slideshow-menu-wrapper {
	position: relative;
	width:490px;
	left:225px;
	top:0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

#slideshow-menu-wrapper .p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding-bottom:12px;
	border-bottom: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width : thin;
}

.instructionsPara{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding-top:6px;
	border-top: dotted;
	border-top-color: #CCCCCC;
	border-top-width : thin;
}

#slideshow-menu-wrapper .cursor {
	position: absolute;
	width: 70px;
	height: 70px;
	top:5px;
	left: 0px;
	border-width:medium;
	background-image: url(bgRectangle.png);
	display: none;
}

#Loader{
	width:940px;
	height:400px;
	background-color:#FFFFFF;
	text-align:center;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul#slideshow-menu {
	list-style: none;
	width: 840px;
}

ul#slideshow-menu li {
	margin: 0;
	float:left;
	padding-top:6px;
	
}

ul#slideshow-menu li a .title {
		display: block;
		margin: 1px 0 7px 0;
		color: #000;
		font-size: 24px;
		font-weight: bold;
		line-height: 36px;
		letter-spacing: -1px;
}

ul#slideshow-menu li a .description {
		display: block;
		color: #444;
		font-size: 11px;
		line-height: 11px;
		text-transform: uppercase;
}
	
ul#slideshow-menu li
{
	/*display: block;
	float:left;*/
	top:0px;
	padding-right:10px;
	padding-left:10px;
	width:50px;
	height:50px;
	/*background-color:#CCCCCC;*/
	background: url(_graphics/hl.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-align:center;
	font-family: Arial, sans-serif;
	color:#000033;
	font-size:18px;
	font-weight:normal;
	cursor: pointer;
}

ul#slideshow-menu li:hover
{
	display: block;
	float:left;
	list-style-type:none;
	width:50px;
	height:50px;
	text-align:center;
	color:#D61D00;
	cursor: pointer;
}

ul#slideshow-menu .selected-item 
{
  	display: block;
	float:left;
	list-style-type:none;
	width:50px;
	height:50px;
	text-align:center;
	color:#D61D00;
}

ul#slideshow-menu .selected-item .img
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

#slideshow {
	width: 940px;
	height: 500px;
	overflow: hidden;
	left:-8px;
}
	#slideshow .handle {
	width: 5100px;
	height:400px;
	
	}
		#slideshow .handle .slide {
			float: left;
			width: 940px;
			height: 600px;
		}
		#slideshow .img1 {
			background-color:#EEEEEE;
		}
		
.stereo {
	position: absolute;
	font-family: Georgia;
	top: 10px;
	font-size: 16px;
	font-style: italic;
}

.trail {
	position: absolute;
	top: 60px;
	height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 260px;
	padding-right: 10px;
	
}

.art-link {
	display: none;
}

.pic-credit {
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 17px;
	height: 60px;
}
