/*.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 18px;
	cursor: pointer;
	margin: 0 5px;
	color: #049ae7;
    display: none;
    float: left;
    border-radius: 100%;
    border:2px #e0dddd solid;
    padding: 5px;
    width:40px;
    height:40px;
    text-align: center;
    font-family: 'open_sanssemibold';
}

.holder a:hover {
    border-color: #049ae7;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-previous:before,.holder a.jp-next:before{
	content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;	
	font-size:18px;
	color:#049ae7;
    margin-right: 3px;
    line-height: 28px;
}
.holder a.jp-next:before{
    content: "\f054";
    margin-right: 0;
    margin-left: 3px;
}


.holder a.jp-current, a.jp-current:hover { 
	color: #049ae7;
    border-color: #049ae7;
}

.holder a.jp-disabled, a.jp-disabled:hover,.holder a.jp-disabled:before {
	color: #bbb;
    border-color: #e0dddd;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }
*/

.holder { margin:0; height: 0;}
.holder a{ height: 0; margin: 0; padding: 0; display: inline;}
.jpBtn{ float: left;}
.jprev,.jnext{ display: block; border-radius: 100%; float: left;border:2px #e0dddd solid; width: 40px; height: 40px; margin-right: 15px; color:#049ae7;font-size:18px; line-height: 35px;font-family: FontAwesome; text-align: center; cursor: pointer;}
.jnext:before{content: "\f054"; margin-left: 5px; }
.jprev:before{content: "\f053"; margin-right: 5px; }
.jprev:hover,.jnext:hover{border-color: #049ae7;}
.jp-disabled:hover,.jp-disabled{ color: #e0dddd; cursor: default; border-color:#e0dddd; }
.nxtStry{ color: #343434; font-size: 22px; font-family: 'open_sansregular'; float: left; padding-right: 15px;}

