/*=================================================================
Image Cycle Script Style Sheet 
Coder: Aryan Twanju ~ (surfaryan@gmail.com)
Coder's website: http://www.riseofaryan.com/
Website Name: Anand and Sonal's Baby
Website Url: http://www.siani.info
=================================================================*/



#slider {
	height: 176px;
	margin: 0 0 0 61px;
	overflow: hidden;
	position: relative;
	width: 283px;
	}

#slider img {
	height: 176px;
	width: 283px;
	}

.slideNav {
	position: relative;
	top: 0;
	}

.slideNav a {
	float: left;
	}

.slideNav a span {
	display: none;
	}

#prev {
	background: url(../images/arrowleft.gif) no-repeat left top;
	bottom: 100px;
	display: block;
	height: 30px;
	left: 0;
	position: relative;
	width: 30px;
	}
	
	#prev:hover {
		background: url(../images/arrowleft.gif) no-repeat 0 -30px;
		}

#next {
	background: url(../images/arrowright.gif) no-repeat right top;
	bottom: 100px;
	display: block;
	height: 30px;
	left: 345px;
	position: relative;
	width: 30px;
	}
	
	#next:hover {
		background: url(../images/arrowright.gif) no-repeat 0 -30px;
		}