@charset "utf-8";
/* CSS Document */

/* Sample 4*/
#services-categories {
	position:absolute;
	/*border-top:1px solid #CCC;*/
}

#handles {
	cursor:pointer;
}

#handles span {
	margin:5px 0px;
	padding:5px 5px;
	border:1px solid #ccc;
	font-weight:bold;
	/*background:#ccc;*/
	font-size:9px;
	background:url(/Images/TextSnippetBox.png) repeat-x bottom;
}

#handles .active {
	color:#C00;
	font-weight:bold;
	background:#fff;
}

#handles span#first-handle {
	margin-left:0;
}

.mask {
	/*width:498px;*/
	width:478px;
	height:170px;
	position:relative;
	overflow:hidden;
	border:1px solid #CCC;
	margin:0 auto;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}

span img{
	display:block;
	border:none;
}