#preset-loader-container-3{
	background: #ccc url(images/previewer-sprite.png) repeat-x top left;
	width: 400px;
	padding: 10px;
	position: fixed;
	top: 10px; 
	right: 10px;
	height: 33px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	letter-spacing: .4px;
}

#preset-loader-container-3 p{
	text-align: center;
	margin: 10px 0px;
	text-shadow: 0px 1px 0px #babfc1;
	position: absolute;
	bottom: 0px;
}

#preset-loader-container-3,
#preset-loader-container-3 *{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#preset-loader-container-3 ul{
	clear: both;
	width: 281px;
	max-height: 260px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#preset-loader-container-3 ul li{
	width: 281px;
	font-size: 11px;
	
}

#preset-loader-container-3 ul li#active_preset a{
	background: #eef0f1 url(images/previewer-sprite.png) no-repeat -111px -144px;
	font-weight: bold;
}

#preset-loader-container-3 ul li a{
	background: #eef0f1;
	border-top: 1px solid #bbbec0;
	display: block;
	padding: 10px;
	color: #111;
	text-shadow: 0px 1px 0px white;
}

#preset-loader-container-3 ul li:last-child{
	border-bottom: 0px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#preset-loader-container-3 h4{
	width: 261px;
	padding: 10px;
	float: left;
	line-height: 11px;
	background: transparent url(images/previewer-sprite.png) no-repeat -111px -78px;
	cursor: pointer;
	font-weight: bold;
}

a#previewer-off{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 111px;
	height: 33px;
	background: transparent url(images/previewer-sprite.png) no-repeat 0px -78px;
}

a#previewer-off.we_have_active{
	background-position: 0px -111px;
}
#preset-loader-container-3 h4.p_exp{
	background: transparent url(images/previewer-sprite.png) no-repeat -111px -109px;
}

#c1_preview-mode{
	position: fixed;
	top: 0px;
	left: 0px;
}