/*Clear defaults - inspired from Tantek Celik
----------------*/
ul,ol,dl { } 

a img,:link img,:visited img {border:none;}
i {display:none;}

/*Default Styles
----------------*/
	
/*CaseStudy*/
#big {
	margin:10px 8px 0 9px;
	position:relative;
}
#big #photo {
	position:absolute;
	border:1px solid #f47a20;
	width:179px;
	height:148px;
	overflow:hidden;
	clip:rect(0px, 183px, 152px, 0px);
	padding:0;
}
#prizetitle { position:absolute; top:0; left:0; }
#big #photo ul {
	padding:0;
	position:absolute;
	margin:0;
	width:10000px;
	border:none;
}
#big #photo li {float:left; margin:0; padding:0; list-style:none;}
#big #photo li img {
	display:block;
	float:left;
	width:179px;
	height:148px;
}
#big ul#screenshots {
	position:absolute;
	border:none;
	color:#000;
	right:0;
	top:149px;
	width:auto;
	text-align:right;
}
#big ul#screenshots ul { padding:0; margin:-10px; border:none; }

#big ul#screenshots li {
	padding:0;
	margin:0;
	border-bottom:none;
	list-style:none;
	height:15px;
	float:left;
}
#big ul#screenshots li a {
	display:block;
	float:left;
	padding:0;
	width:15px;
	height:15px;
	padding:0;
}
#big #screenshots li.s01 a, #big #screenshots li.s01 {background:url(../images/prize_1.gif) no-repeat 0 0;}
#big #screenshots li.s02 a, #big #screenshots li.s02 {background:url(../images/prize_2.gif) no-repeat 0 0;}
#big #screenshots li.s03 a, #big #screenshots li.s03 {background:url(../images/prize_3.gif) no-repeat 0 0;}
#big #screenshots li.s04 a, #big #screenshots li.s04 {background:url(../images/prize_4.gif) no-repeat 0 0;}

#big #screenshots li a:hover {background-position:0 100%; background-color:#cecece;}
#big #screenshots li.active a, #screenshots li.active a:hover, #screenshots li.active {background-position:0 100%; background-color:#FFF; border:none;}
