#duotive-slider {
	width: 960px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(../images/preloader.gif) center no-repeat;
}

/* Setting up the full photo frame*/

#duotive-slider div.frame_full {
	width: 784px;
	height: 294px;
	background: url(../images/frame_full.png) no-repeat;
	position: absolute;
	top: 36px;
	left: -784px;
	z-index: 30;
}

#duotive-slider div.frame_full a:link,
#duotive-slider div.frame_full a:visited,
#duotive-slider div.frame_full a:hover,
#duotive-slider div.frame_full a:active {
	padding: 11px 12px 0px 12px;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
	display:block;
	width:760px;
	height:256px;
}

#duotive-slider div.frame_full .plex_slice {
	position:absolute;
}

#duotive-slider div.frame_full #slice_holder {
	width: 760px;
	height: 256px;
	position: relative;
	left: 12px;
	top: 11px;
}

#duotive-slider div.frame_full span.label {
	width: 720px;
	bottom: -300px;
}

#duotive-slider div.frame_full #slice_holder a:link,
#duotive-slider div.frame_full #slice_holder a:visited,
#duotive-slider div.frame_full #slice_holder a:hover,
#duotive-slider div.frame_full #slice_holder a:active {
	width: 760px;
	height: 256px;
	display: block;
	position: absolute;
	z-index: 40;
	padding: 0;
	margin: 0;
}

/* Setting up the photo frames */

#duotive-slider div.frame_middle {
	width: 358px;
	height: 275px;
	background: url(../images/frame_middle.png) no-repeat;
	position: absolute;
	top: 46px;
	left: -358px;
	z-index: 30;
}


#duotive-slider div.frame_left,
#duotive-slider div.frame_right {
	width: 261px;
	height: 205px;
	background: url(../images/frame_small.png) no-repeat;
	position: absolute;
	top: 91px;
	/*left: -960px;*/
	z-index: 20;
}

#duotive-slider div.frame_left { left: -261px; }
#duotive-slider div.frame_right { right: -261px; }

/* Setting up the left/right controls */

#duotive-slider #ctrl_left,
#duotive-slider #ctrl_right {
	height: 135px;
	width: 20px;
	position: absolute;
	z-index: 50;
	top: 162px;
	cursor: pointer;
}

#duotive-slider #ctrl_left {
	background: url(../images/arrow_left.png) no-repeat;
}
#duotive-slider #ctrl_right {
	background: url(../images/arrow_right.png) no-repeat;
	right: 0px;
}

/* CSS for the description labels */

#duotive-slider a:link,
#duotive-slider a:visited,
#duotive-slider a:hover,
#duotive-slider a:active {
	padding: 11px 0px 0px 11px;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
}
#duotive-slider .frame_middle a {
	width:336px;
	height:236px;
}
#duotive-slider .frame_left a,
#duotive-slider .frame_right a {
	padding: 11px 0px 0px 12px;
	overflow:hidden;
	width:238px;
	height:166px;
}

#duotive-slider span.label {
	background: url(../images/label_bg.png) repeat;
	display: block;
	padding: 20px;
	position: absolute;
	bottom: -301px;
	color: #FFF;
	text-decoration: none;
	z-index: 40;
}
#duotive-slider .frame_left span.label,
#duotive-slider .frame_right span.label{
	width:198px;
}
#duotive-slider .frame_middle span.label {
	width:296px;
}
#duotive-slider span.label span.title {
	display: block;
	width: 100%;
	position: relative;
	margin: 0 0 15px 0;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFF;
}

#duotive-slider span.label span.description {
	display: block;
	width: 100%;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color:#FFF;	
}