
#wrapper {
	width: 950px;
	height: 450px;
	position: relative;
	top: 50%;
}

#wrapper img{
	border: 3px solid rgba(0, 0, 0, .5);
}

/*--------- 1st Project ----------- */

#carousel-left,
#carousel-right {
	width: 450px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	z-index: 1;
}
#carousel-left {
	left: 25px;
}
#carousel-right {
	right: 25px;
}
#carousel-center {
	width: 550px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 2;
}
.caroufredsel_wrapper {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
	display: block;
	float: left;
}
#prev,
#next {
	background: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
	line-height: 26px;
	display: block;
	width: 30px;
	height: 100px;
	padding-top: 35px;
	margin-top: -20px;
	
	position: absolute;
	top: 50%;
	z-index: 0;
}
#prev {
	left: 0;
}
#next {
	right: 0;
}
#prev:hover,
#next:hover {
	background: #bbb;
}

/*--------- Second Project ----------- */

#carousel-left2,
#carousel-right2 {
	width: 450px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	z-index: 1;
}
#carousel-left2 {
	left: 25px;
}
#carousel-right2 {
	right: 25px;
}
#carousel-center2 {
	width: 550px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 2;
}
.caroufredsel_wrapper {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
	display: block;
	float: left;
}
#prev2,
#next2 {
	background: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
	line-height: 26px;
	display: block;
	width: 30px;
	height: 100px;
	padding-top: 35px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#prev2 {
	left: 0;

}
#next2 {
	right: 0;
}
#prev2:hover,
#next2:hover {
	background: #bbb;
}

/*--------- Third Project ----------- */

#carousel-left3,
#carousel-right3 {
	width: 450px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	z-index: 1;
}
#carousel-left3 {
	left: 25px;
}
#carousel-right3 {
	right: 25px;
}
#carousel-center3 {
	width: 550px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 2;
}
.caroufredsel_wrapper {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
	display: block;
	float: left;
}
#prev3,
#next3 {
	background: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
	line-height: 26px;
	display: block;
	width: 30px;
	height: 100px;
	padding-top: 35px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#prev3 {
	left: 0;

}
#next3{
	right: 0;
}
#prev3:hover,
#next3:hover {
	background: #bbb;
}

/*--------- Forth Project ----------- */

#carousel-left4,
#carousel-right4 {
	width: 450px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	z-index: 1;
}
#carousel-left4 {
	left: 25px;
}
#carousel-right4 {
	right: 25px;
}
#carousel-center4 {
	width: 550px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 2;
}
.caroufredsel_wrapper {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
	display: block;
	float: left;
}
#prev4,
#next4 {
	background: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
	line-height: 26px;
	display: block;
	width: 30px;
	height: 100px;
	padding-top: 35px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#prev4 {
	left: 0;

}
#next4{
	right: 0;
}
#prev4:hover,
#next4:hover {
	background: #bbb;
}


/*--------- Fifth Project ----------- */

#carousel-left5,
#carousel-right5 {
	width: 450px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	z-index: 1;
}
#carousel-left5 {
	left: 25px;
}
#carousel-right5 {
	right: 25px;
}
#carousel-center5 {
	width: 550px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 2;
}
.caroufredsel_wrapper {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
	display: block;
	float: left;
}
#prev5,
#next5 {
	background: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
	line-height: 26px;
	display: block;
	width: 30px;
	height: 100px;
	padding-top: 35px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#prev5 {
	left: 0;

}
#next5{
	right: 0;
}
#prev5:hover,
#next5:hover {
	background: #bbb;
}

/*--------- Sixth / Seven / Eight Project ----------- */

#carousel-left6, #carousel-left7, #carousel-left8,
#carousel-right6, #carousel-right7, #carousel-right8{
	width: 450px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	z-index: 1;
}
#carousel-left6, #carousel-left7, #carousel-left8 {
	left: 25px;
}
#carousel-right6, #carousel-right7, #carousel-right8 {
	right: 25px;
}
#carousel-center6 , #carousel-center7, #carousel-center8 {
	width: 550px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 200px;
	z-index: 2;
}
.caroufredsel_wrapper {
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
	display: block;
	float: left;
}
#prev6, #prev7, #prev8,
#next6, #next7, #next8{
	background: #ccc;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
	line-height: 26px;
	display: block;
	width: 30px;
	height: 100px;
	padding-top: 35px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 0;
}
#prev6, #prev7, #prev8 {
	left: 0;

}
#next6, #next7, #next8{
	right: 0;
}
#prev6:hover, #prev7:hover, #prev8:hover,
#next6:hover, #next7:hover, #next8:hover {
	background: #bbb;
}


