/* content script css for miltiple images start */
.ppy-active {
    width:          200px;
    float:          right;
    margin:         0 0 10px 20px;
	display: block !important;
	height:205px;
}

.ppy-outer {
    padding:0 0 0 0;
	display: block !important;
    
}
.ppy-stagewrap , .ppy-stage , .ppy-counter {
    /*padding:        7px;
    background:none repeat scroll 0 0 #F9F9E9;*/
	display: block !important;
}

.ppy-stage {
    width:              200px;
    height:             170px;
    cursor:         pointer;
}

.ppy-counter {
    background: url(../../Images/number_close.png) no-repeat;
/*    border-radius: 5px 0 0;
*/    bottom: 0;
    color: #333333;
    font-size: 0.8em;
    padding: 0 5px;
    position: absolute;
    right: 0;
	display: block !important;
	width:50px; 
}

.ppy-loading {
    background-image: url(../../Images/loading2.gif);
    background-repeat:  no-repeat;
    background-position:center;
}

.ppy-nav {
    background:     #fdd36c;
    border-left:    1px solid #021b99;
    width:          35px;
    position:       absolute;
/*    top:            2px;
*/    right:          0;
	display: block !important;
}

.nav-wrap {
    padding:        5px 0;
	display: block !important;
}

.ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    padding:        5px;
    border-radius:          0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
/*    width:          30px;
*/}

.ppy-prev {
    background:     url(../../Images/prev3.png) no-repeat center;
}

.ppy-next {
    background:     url(../../Images/next3.png) no-repeat center;
}

.ppy-switch-enlarge {
    background:     url(../../Images/enlarge4.png) no-repeat center;
}

.ppy-switch-compact {
    background:     url(../../Images/compact4.png) no-repeat center;
}

.ppy-nav a:hover {
    background-color:   #f48121;
    cursor:         pointer;
    opacity:        0.8;
}
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block !important;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:relative;
	display: block !important;
}
 .ppy-caption {
    background: none repeat scroll 0 0 #021b99;
    border-bottom: 1px solid #DDDDDD;
    color: #fff;
    font-size: 13px;
    height: 60px;
    line-height: 1.3em;
    margin: 0;
    overflow: auto;
    padding: 3px 5px 3px 10px;
    text-transform: capitalize;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
	height:auto !important;
	display:block !important
}

.ppy-hidden {
    display:                none !important;
}
.slider_tab {
display:block !important;
}
.slider_content_p {
display:block !important;
margin:14px 0;
}
/* content script css for miltiple images end */
