
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
	width:980px !important;
	margin:0 auto !important;
	background:#262626 !important;
	float:left !important;
	height:470px !important;
	
	
}


.ppy-captionwrap {
    overflow:               hidden;
	margin-top: 13px !important;
	padding:0 !important;
	
	height:100%;
}

.ppy-hidden {
    display:                none !important;
}

.contrn
{
	width:100%;
	max-width: 980px;
margin: 0 auto;
	background:#333;
}

/* fallback styles for image list */
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}




/* popeye example 3 */
#ppy3.ppy-active {
    width:          800px;
    float:          left;
    margin:         0 auto;

}

#ppy3 .ppy-outer {
	width:980px;
	margin:0 auto;
	float:left;

}

#ppy3 .ppy-stage {
    width:          800px;
    height:         392px;
    overflow:       overflow;
    cursor:         pointer;
	margin:0 auto;
}

#ppy3 .ppy-stagewrap {
    background:#333;
	width:100%;
	margin:0 auto;
	position:relative;
	
}

.ppy-caption {
     color: #666;
    float: right;
    font-size: 1em;
    height: 60px;
    line-height:22px;
    margin: 0 0 0 !important;
    overflow: hidden;
    padding: 0 5px 3px 0;
    width: 83%;
}
.ppy-caption h2
{
	
	margin:0;
	padding:0;
}
.ppy-caption h2 span.ppy-text
{
	color:#fff;
	font-size:1em !important;
	text-decoration:none !important;
	font-weight:600 !important;
	margin:0;
	line-height:16px;
	padding:0;
}
#ppy3.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
    border:  1px solid #fff;
    background:     #666;
	width:70%;
}

.ppy-counter {
  
    float:left;
	width:16%;
	height:40px;
	margin:10px 0;
  
}
.ppy-counter h2
{
	font-size:2em;
	color:#fff;
	font-weight:700;
	 margin:0px 7px 14px 17px;
  
}



#ppy3 .ppy-nav {

   
    width:          100%;
    height:         100%;
    text-align:     center;
}
#ppy3 .nav-wrap {
    width:          100%;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
	position:relative;
}


#ppy3 .nav-wrap .ppy-prev {
    width:24px;
    position:absolute;
	top:187px;
	left:-57px;
}
#ppy3 .nav-wrap .ppy-prev a {
  
    background:     url(http://www.hindustantimes.com/images/app-images/homepagev1/slider_arrow_lft.png) no-repeat center;
	width:24px;
	height:33px;
}
#ppy3 .nav-wrap .ppy-next {
    width: 24px;
    position:absolute;
	top:187px;
	right:-57px;
}
#ppy3 .nav-wrap .ppy-next a {
  
    background:     url(http://www.hindustantimes.com/images/app-images/homepagev1/slider_arrow_rgt.png) no-repeat left;
}

