img {
  border: none;
}
 
.primary_color {
	color: #52a7ff;
}

.secondary_color {
	color: #df8e00;
}


/* main */

#main {
	position: relative;
	left:10px;
	width: 515px;
	margin: 0 auto;
}
	/* recent work */
	
	#main div#recent_work {
		position: relative;
		float: left;
		width: 450px;
		height: 500px;
		margin: 20px;
	}
	
		#main div#recent_work img#mask_recent {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}
	
		#main div#recent_work a#prev_work {
			position: absolute;
			left: -17px;
			top: 151px;
			z-index: 3;
		}
		
		#main div#recent_work a#next_work {
			position: absolute;
			top: 151px;
			right: -15px;
			z-index: 3;
		}
		
		#main #slider_cont {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 450px;
			height: 490px;
			overflow: hidden;
		}
		
		#main #slider {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 2700px;
		}
		
			#main #slider div.slide {
				width: 450px;
				float: left;
				background-color:white;
			}
		
				#main div#recent_work #slider div.slide h3 {
					font-size: 16px;
					font-weight: normal;
					margin-bottom: 0px;	
				}
				
				#main div#recent_work #slider div.slide p {
					margin-top: 5px;
					font-size: 14px;
					color:#333333;
				}