#colorbox,#cboxWrapper{ overflow:visible;}

#cboxLoadedContent{border:none; }
#cboxCurrent{display:none;height:0;overflow: hidden;}
.cvbox{
	position:relative;z-index: 5;background:#fff;
}

#cboxClose{position:absolute; top:-15px; right:-15px; z-index:10; display:block; background: url(../images/btn_close.png) no-repeat; width:38px; height:38px;}
#cboxClose:hover{background-position:center;}

@media screen and (max-device-width : 640px ){

.cvbox{
	padding-top: 20%;
}
#cboxClose{position:absolute; top:4%; right:2%; display:block; background: none; width:30%; height:auto; text-indent:0;}

}

#cboxPrevious{position:absolute; top:-60px; left:25px; z-index:1; margin-top:-32px; background:url(../images/pop_prev.png) no-repeat center; width:97px; height:141px;}
#cboxNext{position:absolute; top:-60px; right:25px; z-index:1; margin-top:-32px; background:url(../images/pop_next.png) no-repeat center; width:97px; height:141px;}
#cboxPrevious:hover{top:-80px;background-position:center;}
#cboxNext:hover{top:-80px;background-position:center;}

@media screen and (max-device-width : 640px ){

#cboxPrevious{top:-20px;width:50px; height:70px; background-size:100%;}
#cboxNext{top:-20px;width:50px; height:70px; background-size:100%;}

}