@charset "utf-8";
/* CSS Document */

.portfolio-bg-1{
	background:url(images/portfolio-bg-1.png) no-repeat;
	width:63px;
	height:191px;
	float:left;
}

.portfolio-bg-2{
	background:url(images/carousel_left_01.jpg) no-repeat;
	width:30px;
	height:139px;
	float:left;
	margin-left:11px;
	margin-top:11px;
}
* html .portfolio-bg-2 { margin-left:5px;}
.portfolio-bg-3{
	background:url(images/carousel_background.jpg) repeat-x;
	width:900px;
	height:139px;
	float:left;
	margin-top:11px;
}
* html .portfolio-bg-3 { padding-left:20px; width:885px; }
.portfolio-bg-4{
	background:url(images/carousel_right_02.jpg) repeat-x;
	width:30px;
	height:139px;
	float:left;
	margin-top:11px;
}

.previous-btn{
	background:url(images/carousel_left_01.jpg) no-repeat;
	width:139px;
	height:30px;
	float:left;
	border:none;
}

.next-btn{
	background:url(images/carousel_right_02.jpg) no-repeat;
	width:30px;
	height:139px;
	float:left;
}

.portfolio-bg-right{
	background:url(images/portfolio-bg-3.png) no-repeat;
	width:11px;
	height:191px;
	float:left;
}

#prev-arrow{
	background:url(images/next-button.png) no-repeat;
	width:30px;
	height:139px; 
    cursor:pointer;
}


#next-arrow{
	background:url(images/carousel_right_02.jpg) no-repeat;
	width:30px;
	height:139px; 
    cursor:pointer;
}


.thumb {
	border:none;
	margin:0 10px 0 0;
}

