
/* 	CSS Document 
	Author 	: www.techepoch.com [NDK]
	Date 	: Dec 2012
	Description : Carousel & Other styles for ICICI Careers MOP page

*/
@charset "utf-8";

.mop_container {
	display:block;
	height:350px;
	width:735px;
	background:url(../images/BG.png) #d1d1bb no-repeat;
	margin:15px 0 10px 0;
	position:relative;
}
#carousel1 {
	width:650px;
	height:341px;
	margin: 10px auto 0 auto;
	position: relative;
	padding-top: 10px;
}
.carousel_inner {
	width:650px;
	height:280px;
	background:none;
	overflow:hidden;
	margin: 0 auto;
	padding-top: 50px;
	_display: none;
	z-index:10;
}
#nameplate {
	width:440px;
	height:40px;
	background:url(../images/bkg_nameplate_rptr.png) repeat-y;
	padding:5px 0;
	margin:10px auto;
	position:absolute;
	top: 280px;
	z-index:100;
	opacity:.9;
	left:140px;
}
#nameplate p {
	text-align:center;
	line-height:14px;
}
#left-but {
	top:140px;
	left:0;
	width:40px;
	height:40px;
	background:url(../images/mop_left.png);
	position:absolute;
	border:none;
}
#right-but {
	top:140px;
	right:0;
	width:40px;
	height:40px;
	background:url(../images/mop_right.png);
	position:absolute;
	border:none;
}
