/* Easy Slider */

	#slide {
	position:inherit;
	top:180px;
	left:157px;
	width:340px;
	height:2053px;
	background-color: #FFFFFF;
	}
	
	#slide ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#slide li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
			width:340px; 
			height:227px; 
			overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		top:450px; 
		left:210px;
		position:absolute;		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		display:block; 
		width:15px; 
		height:15px; 
		background: transparent url(../images/dots.gif) no-repeat -15px 0; 
		text-indent:-999em; 
		outline:none;
		}
	ol#controls li.current a{
		background: transparent url(../images/dots.gif) no-repeat 0 0;
		}
	ol#controls li a:focus, ol#controls li a:hover{background: transparent url(../images/dots.gif) no-repeat 0 0;}
	

/* Wallpaper section */

#wallpaper { padding-left:0px;}
#wallpaperTitles {  margin-left:-30px; position:relative;}
#iwall{ float:left; margin-left:175px; margin-right:250px;}
#iwall2{ float:left; }

#wallpaper .project-item {
	background: transparent;
	padding: 6px;
	float: left;
	margin: 0px 0px 0 0;
	position: relative;
	border: 1;
}
#wallpaper .space {margin-right:30px;}
#wallpaper .project-item a { display: block; }
#wallpaper .project-item.last { margin-right: 0px; }
		
	.project-popup { display: none; position: absolute; top: -200px; left: -141px; padding: 7px 0 0 7px; z-index: 1000 !important; }
	.project-popup span { background: url(../images/overlay.png) no-repeat; position: absolute; top: 0px; left: 0px; z-index: 5; display: block; width: 219px; height: 219px;}
	.project-popup a { display: block; }
