#fade{
	width: 731px;
	height: 430px;
	overflow: hidden;
	clear: both;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #65b3f1;
	border-right-color: #65b3f1;
	border-bottom-color: #65b3f1;
	border-left-color: #65b3f1;
	border-top-width: 3px;
	border-right-width: 4px;
	border-bottom-width: 3px;
	border-left-width: 4px;
	margin-top: 7px;
	margin-left: 14px;
} 

#fade_two{
	width: 731px;
	height: 200px;
	overflow: hidden;
	clear: both;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #65b3f1;
	border-right-color: #65b3f1;
	border-bottom-color: #65b3f1;
	border-left-color: #65b3f1;
	border-top-width: 3px;
	border-right-width: 4px;
	border-bottom-width: 3px;
	border-left-width: 4px;
	margin-top: 0px;
	margin-left: 14px;
} 
  

.neeraj{width:106px;
height:136px;
position:absolute;
margin:5px 0 0 10px;
z-index:99;
}
body {
background-image: url(images/bg1.jpg);
background-repeat: repeat-x;
background-position: top center;
}

.wrapper {
width: 735px;
height: 220px;
margin: -300px 0 0 -367px;
position: absolute;
left: 50%;
top: 50%;
}


/*************slider1***********/
.carousel {
	width: 250px;
	border: 1px solid #d8d6d7;
	height: 322px;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.carousel ul {
list-style: none;
display: block;
margin:0px;
	padding:0px;

}
.carousel li {
	text-align: center;
	width: 300px;
	height: 199px;
	display: block;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	

}

.carousel li img {
	width: 300px;
	height: 199px;
}

.carousel li span {
width:265px;
height:125px;
position:absolute;
display:block;
z-index:2;
top:14px;
left:16px;
background: transparent url(images/carousel_control.png) no-repeat 0 0;
text-indent: -999em;
}			

.clearfix {
float: none;
clear: both;
}
.carousel .prev, .carousel .next {
margin-left: 10px;
width:15px;
height:21px;			
display:block;				
text-indent:-999em;
background: transparent url(images/carousel_control.png) no-repeat 0 0;
position:absolute;
top:70px;				
}
.carousel .prev {
background-position:0 0;
left:-30px;
}
.carousel .prev:hover {
left:-31px;
}			
.carousel .next {
background-position:-18px 0;
right:-20px;
}
.carousel .next:hover {
right:-21px;
}				
.carousel .pager {
margin:0 auto;
text-align: center;
}
.carousel .pager a {
margin: 0 5px 0 0;
text-decoration: none;
display:inline-block;
width:8px;
height:8px;
background: transparent url(images/carousel_control.png) no-repeat -2px -32px;
text-indent:-999em;
}
.carousel .pager a.selected {
text-decoration: underline;
background: transparenturl(images/carousel_control.png) no-repeat -12px -32px;				
}

.source {
text-align: center;
width: 100%;
position: absolute;
bottom: 10px;
left: 0;
}
.source, .source a {
font-size: 12px;
color: #999;
}
