/* EVERYTHING TO DO WITH THE WORK PAGE */

#work_left {
	height: 100%;
	width: 200px;
	background: transparent url(imgs/work_bg.gif) no-repeat left top;
	float: left;
	padding: 30px 0 0 27px;
}

#work_left h3{
	font-family: Georgia, Arial, Verdana;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	width: 150px;
	padding: 0 0 5px 0;
	margin: 0px;
}

#work_left span {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	color: #9D9D9D;
}

ul#work{
	padding: 15px 0 25px 0;
	float: left;
	width: 174px;
}

ul#work li{
	height: 26px;
	text-decoration: none;
	display: block;
	font-size: 13px;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
}

ul#work li a, ul#work li.active{
	background: transparent url(imgs/work_li.gif) no-repeat;
	color: #D6D6D6;
	margin: 0px;
	height: 23px;
	display: block;
	padding: 3px 0 0 14px;
	text-decoration: none;
}

ul#work li a:hover, ul#work li.active:hover {
	margin: 0px;
	display: block;
	text-decoration: none;
}

ul#work li a:hover{
	padding: 3px 0 0 19px;
	background: transparent url(imgs/work_li_hover.gif) no-repeat;
}

ul#work li.active{
	padding: 3px 0 0 17px;
	background: transparent url(imgs/work_li_blank.gif) no-repeat;
}

#work_right {
	height: 100%;
	width: 439px;
	background: transparent url(imgs/work_right_bg.gif) no-repeat left top;
	float: left;
	padding: 30px 0 0 27px;
}
.gallery_image {
	float:left;
	position:relative;
	width:384px;
	height:266px;
	display:block;
	left: 17px;
	overflow: hidden;
}

h4{
	background:transparent url(imgs/work_overlay.png) repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	height:19px;
	margin:237px 0 0;
	overflow:hidden;
	padding:5px 0 0;
	position:absolute;
	text-align:center;
	width:384px;
	z-index:1000;
}

.slide {
	height:266px;
	margin-left:0;
	position:absolute;
	width: 384px;
	cursor: arrow;
}