#slideshow {
	list-style: none;
	color: #fff
}

#slideshow span {
	display: none
}

#wrapper {
	width: 610px;
	margin: auto;
	display: none
}

/* #wrapper {width:506px; margin:50px auto; display:none} */
#wrapper * {
	margin: 0;
	padding: 0
}

#fullsize {
	position: relative;
	width: 593px;
	height: 189px;
	padding: 2px;
}

#information {
	position: absolute;
	bottom: 60;
	width: 170px;
	height: 0;
	background: #C3DFE4;
	color: #000;
	overflow: hidden;
	z-index: 200;
	/*opacity: .7;
	filter: alpha(opacity = 20);*/
	left: 399px;
	top: 85px;
	right: 30px;
}

#information h3 {
	text-align: left;
	padding: 4px 8px 2px;
	font-size: 14px
}

#information p {
	padding: 0 8px 8px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}

#image {
	width: 599px;
}

#image img {
	position: absolute;
	z-index: 25;
	height: 188px;
	width: 599px;
	left: 2px;
}

.imgnav {
	position: absolute;
	width: 25%;
	height: 189px;
	cursor: pointer;
	z-index: 150
}

#imgprev {
	left: 0;
	background: url(../images/highlights_arrow01.png) left center no-repeat
}

#imgnext {
	right: 0;
	background: url(../images/highlights_arrow02.png) right center no-repeat
}

#imglink {
	position: absolute;
	height: 195px;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity =     40)
}

.linkhover {
	background: url(images/link.gif) center center no-repeat
}

#thumbnails {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 355px;
	overflow: hidden;
}

#slideleft {
	float: left;
	width: 20px;
	height: 58px;
	background: url(../images/icon_arrow_left.gif) center top no-repeat;
}

#slideleft :hover {
	background: url(../images/icon_arrow_left_hl.gif) center top no-repeat;
}
#slideright {
	float: right;
	width: 20px;
	height: 58px;
	background: url(../images/icon_arrow_right.gif) center top no-repeat
}

#slideright :hover {
	background: url(../images/icon_arrow_right_hl.gif) center top no-repeat;
}

#slidearea {
	float: left;
	position: relative;
	width: 310px;
	margin-left: 5px;
	height: 58px;
	overflow: hidden;
}

#slider {
	overflow: hidden;
	position: absolute;
	left: 0px;
	height: 81px;
	width: 250px;
}

#slider img {
	cursor: pointer;
	border: 2px solid #666;
	padding: 2px
}

/*YOG styles*/
#slideshow li p {
	
}

a.hboxtitle:link {
	color: #EF4123;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.hboxtitle:visited {
	color: #EF4123;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.hboxtitle:hover {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.hboxtitle:active {
	color: #EF4123;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.hightext { 
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.hightext:link {
	color:  #000000;
	text-decoration: none;
}

a.hightext:visited {
	color: #000000;
	text-decoration: none;
}

a.hightext:hover {
	color: #6C3F99;
	text-decoration: none;
}

a.hightexte:active {
	color:  #000000;
	text-decoration: none;
}
#information {
	position: absolute;
	bottom: 0;
	width: 500px;
	height: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity = 70)
}
