

#workPage {
	position:absolute;
	top:29px;
	right:40px;
}

.paginatorNext {
	background:url(/images/recent_work/older.gif) 0px 1px no-repeat;
	display:block;
	width:40px;
	height:10px;
	text-indent: 999px;
	overflow: hidden;
	float:left;
}

.paginatorPrevious {
	background:url(/images/recent_work/newer.gif) 0px 1px no-repeat;
	display:block;
	width:50px;
	height:10px;
	text-indent: 999px;
	overflow: hidden;
	float:left;
}

.paginatorNumber {
	display:block;
	padding-right:6px;
	height:10px;
	float:left;
	line-height: 1em;
}

.disabled {
	display:none;	
}

#work {
	position:relative;
}


#workTop {
	background:url(/images/recent_work/work_bg_top.png) 0 0 no-repeat;
	height: 255px;
	position:relative;
}

#workNav {
	position:absolute;
	top:29px;
	left:404px;
	width: 300px;
	height: 25px;
}


#workNavTv {
	float:left;
	display:block;
	width:43px;
	height:17px;
	padding-left:10px;
	background:url(/images/recent_work/nav/tv.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 999px;
}

#workNavTv:hover {
	background:url(/images/recent_work/nav/tv.gif)  0 -17px no-repeat;

}

#workNavTv.sel {
	background:url(/images/recent_work/nav/tv.gif) 0 -34px no-repeat;
}

#workNavWeb {
	float:left;
	display:block;
	width:39px;
	height:17px;
	padding-left:10px;
	background:url(/images/recent_work/nav/web.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 999px;
}

#workNavWeb:hover {
	background:url(/images/recent_work/nav/web.gif) 0 -17px no-repeat;

}

#workNavWeb.sel {
	background:url(/images/recent_work/nav/web.gif) 0 -34px no-repeat;
}

#workNavRadio{
	float:left;
	display:block;
	width:51px;
	height:17px;
	padding-left:10px;
	background:url(/images/recent_work/nav/radio.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 999px;
}

#workNavRadio:hover {
	background:url(/images/recent_work/nav/radio.gif) 0 -17px no-repeat;
}

#workNavRadio.sel {
	background:url(/images/recent_work/nav/radio.gif) 0 -34px no-repeat;
}

#workNavGames{
	float:left;
	display:block;
	width:54px;
	height:17px;
	padding-left:10px;
	background:url(/images/recent_work/nav/games.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 999px;
}

#workNavGames:hover {
	background:url(/images/recent_work/nav/games.gif) 0 -17px no-repeat;
}

#workNavGames.sel {
	background:url(/images/recent_work/nav/games.gif) 0 -34px no-repeat;
}

#workOlder {
	position:absolute;
	top:29px;
	left:913px;
	display: none;;
}

#workHeading {
	position:absolute;
	top:53px;
	left:255px;
	height:200px;
	width:500px;
	text-align: center;
}

#workItems {
	position:relative;
	background:url(/images/recent_work/work_bg_mid.gif) left bottom no-repeat;
	padding: 00px 0 65px 45px;
	min-height: 200px;
}

.workItem {
	background:url(/images/recent_work/panel_bg.png) 0 0 no-repeat;
	width:310px;
	height:224px;
	float: left;
}

.workItemImage {
	padding-top:5px;
	padding-left:5px;
	width:283px;
	height:153px;
}

.workText {
	padding-left:19px;
}

.workText .client {
	color: #c9c3a6;
}
.workText .date {
	padding-right:32px;
}

#videoContainer {
	position: absolute;
	top:200px;
	left:0px;
	width:636px;
	height: 500px;
	z-index:100;
}

#video {
	margin:0px auto;
	width:636px;
	height:500px;
}

.games {
	padding-left:138px;
	width:635px;
}

.radio {
	background:url(/images/recent_work/radio_sep.png) top left no-repeat;
	xmargin-top:50px;
	padding-top:10px;
	padding-bottom:30px;
	margin-left:138px;
	width:635px;
}

.radioItem {
	width:635px;
	background:url(/images/recent_work/radio_sep.png) bottom left no-repeat;
	padding-top:10px;		
	padding-bottom:30px;		
}

.radioItem .client {
	color:#c9c3a6;
	font-size: 24px;
	padding-bottom:0px;
	margin: 0;
}

.radioItem .title {
	color:#ffffff;
}

.radioItem .description {
}
