/* Maven Portfolio CSS */

ul#screenshots  {list-style:none;} 
#screenshots i {display:none;}

	#bigflash {
		width:581px;
		height:312px;
		position:relative;
	}
	#big {
		width:581px;
		height:215px;
		position:relative;
	}
	#big #photo {
		position:absolute;
		width:581px;
		height:187px;
		overflow:hidden;
		padding:0;
		clip:rect(0px, 581px, 188px, 0px);
	}
	#big #photo ul {
		padding:0;
		position:absolute;
		margin-left:0;
		width:10000px;
		list-style: none;
	}
	#big #photo li {float:left;}
	#big #photo li img {
		display:block;
		float:left;
		width:581px;
		height:176px;
		background:url(images/portfolio/loading.png) no-repeat 0 0;
	}
	#big ul#screenshots {
	position:absolute;
	top:180px;
	right:0px;
	padding-left:95px;
	background:url(images/portfolio/screenshots.png) no-repeat 0 0;
	width:auto;
	text-align:right;
	}
	#big ul#screenshots li {
		width:15px;
		height:25px;
		float:left;
	}
	#big ul#screenshots li a {
		display:block;
		float:left;
		padding:0;
		width:15px;
		height:25px;
		padding:0;
	}
	#screenshots li.s01 a, #screenshots li.s01 {background:url(images/portfolio/01.gif) no-repeat 0 0;}
	#screenshots li.s02 a, #screenshots li.s02 {background:url(images/portfolio/02.gif) no-repeat 0 0;}
	#screenshots li.s03 a, #screenshots li.s03 {background:url(images/portfolio/03.gif) no-repeat 0 0;}
	#screenshots li.s04 a, #screenshots li.s04 {background:url(images/portfolio/04.gif) no-repeat 0 0;}
	#screenshots li.s05 a, #screenshots li.s05 {background:url(images/portfolio/05.gif) no-repeat 0 0;}
	#screenshots li.s06 a, #screenshots li.s06 {background:url(images/portfolio/06.gif) no-repeat 0 0;}
	#screenshots li.s07 a, #screenshots li.s07 {background:url(images/portfolio/07.gif) no-repeat 0 0;}
	#screenshots li.s08 a, #screenshots li.s08 {background:url(images/portfolio/08.gif) no-repeat 0 0;}
	#screenshots li.s09 a, #screenshots li.s09 {background:url(images/portfolio/09.gif) no-repeat 0 0;}
	#screenshots li a:hover {background-position:0 50%;}
	#screenshots li.active a, #screenshots li.active a:hover, #screenshots li.active {background-position:0 100%;}
	

