
#pretty-content-slider-style a.back{
	background:transparent url(back.png) no-repeat top left;
	position:fixed;
	width:150px;
	height:27px;
	outline:none;
	bottom:0px;
	left:0px;
}
#pretty-content-slider-style{
	margin:10px auto 10px auto;
}
#pretty-content-slider-style .reference{
	clear:both;
	width:800px;
	margin:30px auto;
}
#pretty-content-slider-style .reference p a{
	text-transform:uppercase;
	text-shadow:1px 1px 1px #fff;
	color:#666;
	text-decoration:none;
	font-size:10px;
}
#pretty-content-slider-style .reference p a:hover{
	color:#333;
}

#pretty-content-slider-style img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.pretty-content-rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:6px;
    z-index:999999;
}
.pretty-content-rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:260px;
	overflow: hidden;
}
.pretty-content-rotator ul li:before{
    content: '';
}
.pretty-content-rotator ul li a{
    width:230px;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:52px;
    line-height:52px;
    margin:1px -20px 1px 0px;
    opacity:0.7;
    /*color:#f0f0f0;
    font-size:20px;
    background-color:#222;
    border:2px solid #000;*/
    border-right:none;
    outline:none;
    text-shadow:-1px 1px 1px #000;
    -moz-border-radius:10px 0px 0px 20px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:20px;
    border-top-left-radius:10px;
    border-bottom-left-radius:20px;
}
.pretty-content-rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
	  /*tapnm edit underline*/
	  text-decoration: none !important;
}
.pretty-content-rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
}
.pretty-content-rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    /*font-size:46px;*/
    padding:20px;
}
.pretty-content-rotator .description{
    min-width:160px;
    min-height:60px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:20px;
    /*background-color:#222;
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
    opacity:0.7;
    border-top:2px solid #000;
    border-right:2px solid #000;*/
}
.pretty-content-rotator .description p{
    text-shadow:-1px 1px 1px #000;
    text-transform:none;
    letter-spacing:normal;
    line-height:26px;
}
#pretty-content-slider-style a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
#pretty-content-slider-style a.more:hover{
    color:#fff;
}
.pretty-content-rotator img{
	margin:0;
}