/* ===================================
	Title:Kabir
	Date:23.04.11
====================================*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#734674 url(images/bg.jpg)repeat-x;
	font-size:12px;
}
*{
	margin:0;
	padding:0;
	outline-width:0;
}
input,textarea{
	font-family:Arial, Helvetica, sans-serif;
}
img,fieldset{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul,li,ol{
	list-style:none;
}

/* ================ page structure ================
=================== wrapper starts ============= */ 

#cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}
.wrapper{
	margin:0 auto;
	width:1024px;
}
.hdr{
	width:1024px;
	height:150px;
	
	}
.left{
	width:250px;
	float:left;
	}
.right{
	width:640px;;
	float:right;
	}
.right h2{
	color:#fff;
	margin-top:40px;

	font-weight:normal;
	padding:10px;
	font-size:14px;
	line-height:21px;
	background:url(images/text_bg.jpg) no-repeat;
	border:1px solid #52264f;
	}
.body{
	margin:0 auto;
	width:1024px;
	padding-bottom:50px;
	}
	
	
.right h2 {
background: url("images/text_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #52264f;
color: #fff;
font-size: 13px;
font-weight: normal;
line-height: 21px;
margin-top: 40px;
padding: 16px;
}





.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width:99%;
  border:5px solid #fff;
  
  }
  .footer {
  
  color:#fff;}
.footer  a{
color:#fff;
}