body{ 
	padding: 0 5px;
	font-family: Verdana, sans-serif;
}


.next, .prev{
	cursor:pointer;
}

.frame{
	background:url(../img/portfolio-frame.jpg) top no-repeat;
	padding-top:12px;
	margin:auto;
}

#screen{
	position:relative;
	height:500px;
	width:631px;
	margin-top:5px;
	margin:auto;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:125px;
	}
	#screen .prev{
		left:0px;
	}
	#screen .next{
		right:0px;
	}
	
#sections{
	overflow:hidden;
	width:563px;
	height:414px;
	clear:left;
	margin-left:34px;
}
	/*  if you want ot add more image you need to increase width of this portion..imp*/
	#sections ul{
		width:6310px;
	}
	
	/*end */
	
		#sections li{
			float:left;
			padding:0px 20px 0px 0px;
			border:none;
		}
			#sections li.fallen{
				margin-top:50px;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				font-size:85%;
				line-height:1em;
			}
			
			#sections a{
				text-align:center;
				font-family:Trebuchet MS;
				font-size:18px;
				font-weight:bold;
				color:#f15600;
				text-decoration:none;
			}
