/* @override 
	http://localhost/~angelo/macpaw.com2/css/cowerflow.css
	http://localhost/css/cowerflow.css
*/

.loot {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

.loot_stage {
	position: relative;
	width: 805px; 
	height: 207px; 
	background: url(../img/cowerflow/cfBack.jpg) center no-repeat transparent;	
	overflow: hidden;
	margin: 0px auto;
	
}

.switch_left {
	background-image: url(../img/cowerflow/cfLeft.png);	
	width: 28px;
	height: 207px;
	position: absolute;
	top: 0px;
	left: 4px;
	cursor: pointer;
	opacity: 0.5;
}
.switch_left:hover, .switch_right:hover
{
	opacity: 0.35;
}
.switch_right {
	background: url(../img/cowerflow/cfRight.png) top left;	
	width: 28px;
	height: 207px;
	position: absolute;
	top: 0px;
	right: 4px;
	cursor: pointer;
	opacity: 0.5;
}
.loot .hidden {
	display: none;
}

.loot .icon {
	width: 90px;
	height: 90px;
	position: absolute;
	margin-left: 53px;
	bottom: 20px;
	cursor: pointer;
}

.loot .details {
	background: #606368;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 805px;
}
.z48{
	background: #606368;
	margin: 0 auto;
	width:805px;
	border-left-color: #2e2e31;
	border-left-width: 1px;
	border-right-color: #2e2e31;
	border-right-width: 1px;
}
.loot .details_holder {
	width: 740px;
}

