#mod_slider {
	position:relative;
}

#mod_sliderwrapper {
	position:relative;
}

#mod_sliderbox{
	position:absolute;
}

#mod_sliderbox span{
	display:block;
	float:left;
}

.mod_slidermask{
	position:relative;
	width:451px;
	height:300px;
	overflow:hidden;
}

#mod_sliderinfo {
	bottom:0;
	color:white;
	display:block;
	opacity:1;
	padding:6px 14px;
	position:absolute;
	visibility:visible;
	width:363px;
	z-index:3;
}
#mod_sliderinfo p, #mod_sliderinfo_bgr p {
	margin-top:0px;
}
#mod_sliderinfo_bgr {
	height:34px;
	background-color:black;
	bottom:0;
	color:black;
	display:block;
	opacity:0.5;
	filter: alpha(opacity=50);
	padding:6px 30px 6px 30px;
	position:absolute;
	visibility:visible;
	width:391px;
}

#mod_slidernavprev {
	z-index:44;
	position:absolute;
	left:0;
	height:100%;
	width:75px;
}

#mod_slidernavnext {
	z-index:44;
	position:absolute;
	right:0;
	height:100%;
	width:75px;
}

#prev1 { 
	cursor:pointer;
	height:16px;
	left:394px;
	position:absolute;
	top:268px;
	width:14px;
	z-index:44;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#next1 { 
	cursor:pointer;
	height:16px;
	position:absolute;
	right:6px;
	top:268px;
	width:14px;
	z-index:44;
	opacity:0.5;
	filter: alpha(opacity=50);

}

#stop1 { 
	cursor:pointer;
	height:16px;
	position:absolute;
	right:25px;
	top:268px;
	width:14px;
	z-index:44;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#play1 { 
	cursor:pointer;
	height:16px;
	position:absolute;
	right:25px;
	top:268px;
	width:14px;
	z-index:44;
	display:none;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#mod_slidertabs {
	position:relative;
	left:645px;
	width:150px;
	height:25px;
}

#mod_sliderhandles {
	margin:0;
	padding:0;
}

#mod_sliderhandles li {
	float:left;
	margin-left:3px;
	height:25px;
	overflow:hidden;
	cursor:pointer;
}

