/* CSS Document */

#main-mask {
	overflow: hidden;
	width: 100%;
	height: 900px;
	position: relative;
}
#main-scroll {
	background: #a45900 url(http://www.teamviget.com//images/bg-main.jpg) 0 0;
	height: 100%;	
	width: 20000px;
	position: absolute;
	left: 0;
	top: 0;
}
#main {
	width: 1000px;
	height: 400px;	
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 100px;
}
.hide {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

/* @end */

/* @group Featured Work */

#feat-work {
	float: left;
	width: 900px;
	font-size: 0.9em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;	
}
#next, #prev, #prev_less_white, #next_less_white {
	display: block;
	width: 45px;
	text-indent: -9000px;
	outline: none;
	height: 26px;
}
#how_we_can_help_you .controls {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	float: right;
	width: auto;
	background: none;
}
#how_we_can_help_you .controls li {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}
#how_we_can_help_you .controls li.msg {
	padding: 4px 0 0 0;
}
#next {
	background: url(../images/forward.gif) 0 -2px no-repeat;
	margin: 0;
}
#next_less_white{
	background: url(../images/forward_less_white.gif) 0 -2px no-repeat;
	margin: 0;
}
#next:hover, #next_less_white:hover { background-position: 0 -32px; }
#prev {
	background: url(../images/back.gif) 0 -2px no-repeat;
	margin: 0;
}
#prev_less_white{
	background: url(../images/back_less_white.gif) 0 -2px no-repeat;
	margin: 0;
}
#prev:hover, #prev_less_white:hover { background-position: 0 -32px; }
#work-mask {
	overflow: hidden;
	width: 900px;
	height:170px;
	position: relative;
	float: left;
	margin: 0;
}
#work-scroll {
	position: absolute;
	left: 0;
	top: 0;
	width: 10000px;
}
#work-scroll a img {
	padding: 1px;
	border: 0;
	margin: 0 10px 0 5px;	
}
#work-scroll a:hover img {
	background: #5E8D1D;
}

