@charset "utf-8";
/* CSS Document */

.tata_slider{
	background:url(../images/slider_bg.png) repeat-x;
	height:226px;
	width:700px;
	float:left;
	}
	
.tata_slider_inner{



	float:left;
	margin-top:25px;
	}	
.tata_slider li{
	float:left;
	padding-left:5px;
	list-style:none;
	height:200px;
	width:120px;
	text-align:center;
	}	
.prev{
 background:url(../images/pre_left.png) no-repeat;
    display: block;
    float: left;
    height: 143px;
    text-decoration: none;
    width:40px;
	border:none;
	margin-top: 100px;
	outline:none;
	cursor:pointer;

	}	
.next{
  	background: url(../images/next_right.png) no-repeat;;
    display: block;
    float: left;
    height: 143px;
    text-decoration: none;
    width: 40px;
	border:none;
	margin-top: 100px;
	outline:none;
	cursor:pointer;
	}

.in_prev{
 background:url(../images/light_left.png) no-repeat;
    display: block;
    float: left;
    height: 143px;
    text-decoration: none;
    width:40px;
	border:none;
	margin-top: 100px;
	outline:none;
	cursor:pointer;

	}	
.in_next{
  background: url(../images/light_right.png) no-repeat;;
    display: block;
    float: left;
    height: 143px;
    text-decoration: none;
    width: 40px;
	border:none;
	margin-top: 100px;
	outline:none;
	cursor:pointer;

	}		