/* WORK */

#work h2 {
	width: 386px;
	height: 62px; /* added 10px to height */
	background: transparent url(img/h2-work.gif) no-repeat;
}
#work #right h3#newArtwork {
	display: block;
	height: 37px; /* added 8px to height */
	background: transparent url(img/h3-newartwork.gif) no-repeat;
}
#work #right #yellow {
	position: relative;
	display: block;
	height: 37px;
	background: transparent url(img/h3-sifr.gif) no-repeat;
}
#work #right #yellow h3 {
	position: absolute;
	top: 11px;
	left: 17px;
}

/* BUTTONS */
#buttons {
	position: relative;
	width: 137px;
	float: left;
	margin-top: 5px;
}
#btnPrev, #btnNext, #btnPlay {
	position: absolute;
	width: 41px;
	height: 19px;
}
#btnPrev {
	left: 0px;
}
#btnPlay {
	width: 49px;
	left: 44px;
}
#btnNext {
	right: 0;
}
a:link.next, a:visited.next, 
a:link.prev, a:visited.prev, 
a:link.play, a:visited.play,
a:link.pause, a:visited.pause
{
	display: block;
	height: 19px;
	text-indent: -3000px;
	background-repeat: no-repeat;
}
a:link.next, a:visited.next {
	background: transparent url("img/btn-next.gif") no-repeat;
}
a:link.prev, a:visited.prev {
	background: transparent url("img/btn-prev.gif") no-repeat;
}
a:link.play, a:visited.play {
	background: transparent url("img/btn-play.gif") no-repeat;
}
a:link.pause, a:visited.pause {
	background: transparent url("img/btn-pause.gif") no-repeat;
}
a:hover.next, 
a:hover.prev, 
a:hover.play,
a:hover.pause {
	background-position: 0 -19px;
}

div#setbuttons {
	position: relative;
	margin: 50px 0 0 0;
	width: 135px;
}
a:link.prevSet, a:visited.prevSet, 
a:link.nextSet, a:visited.nextSet,
div#prevSetDisabled, div#nextSetDisabled {
	position: absolute;
	left: 0;
	display: block;
	width: 68px;
	height: 23px;
	text-indent: -3000px;
	background: transparent url("img/btn-prevSet.gif") no-repeat;
}
a:link.nextSet, a:visited.nextSet,
div#nextSetDisabled {
	left: 68px;
	width: 67px;
	margin-right: 5px;
	background: transparent url("img/btn-nextSet.gif") no-repeat;
}
a:hover.prevSet, a:hover.nextSet {
	background-position: 0 -23px;
}
a:hover.prevSetDisabled, a:hover.nextSetDisabled {
	background-position: 0 0;
}

/* WORK SETS */

#work #sets a {
	color: #A53415;
}
#work #sets a:hover {
	color: #000;
}
#work #sets {
	float: left;
	width: 386px;
}
#work #sets dl {
	position: relative;
	float: left;
	width: 384px;
	margin: 0 0 10px 0;
	display: inline;
	border-top: 1px solid #e5dfc8;
	border-right: 1px solid #e5dfc8;
	border-left: 1px solid #e5dfc8;
	border-bottom: 1px solid #d2c8a4;
	background: #FFF url(img/bg-set.gif) bottom left repeat-x;
}
#work #sets dt {
	float: right;
	width: 273px;
	font-size: 130%;
	color: #A53415;
	text-transform: uppercase;
	font-weight: bold;
	padding: 22px 0 0 0;
}
#work #sets dt a {
	text-decoration: none;
}
#work #sets dd {
	font-size: 85%;
	color: #513407;
	margin: 0 0 0 110px;
	padding: 0 10px 10px 3px;
}
#work #sets dd.img {
	margin: 0;
	padding: 0;
}
#work #sets dd.img img {
	float: left;
	padding: 10px 0 10px 10px;
}
#work #sets dd.view {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}
#work #sets dd.view a:link.btn, #work #sets dd.view a:visited.btn {
	display: block;
	padding: 14px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:14px; /* for IE5/Win */
	background-image: url("img/btn-viewset.gif");
}
#work #sets dd.view a:hover.btn {
	background-position: 0 -14px;
}