﻿#issue_selector {
    text-align:center;
}

.updown_issue{
    width:36px;
}
.issue_no_input {
    position:relative;
    height:30px;
    width:50px;
    top: -10px;
    font-size:20px;
    border: none; 
    border:solid 1px #ccc;
    box-shadow: 0px 0px 1px 1px #e4e4e4;
    border-radius: 10px;
    text-align: center;
}
.lbl_max_issue_no {
    position:relative;
    font-size:20px;
    top: -10px;
}
.btn_issue {
  visibility: hidden;
}

	#downloadPDF
		{
		text-align: center;
		 font-size: 15px;
		}
		
		#downloadPDF img
		{
		width:32px;
		height:32px;
		}
		
			/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			left:0;
			background:url(../image/zoom.png) no-repeat right top;
			height:40px;
			width:40px;
			background-color:#a4c71e;				
			-webkit-border-bottom-right-radius: 50%;		
			-moz-border-radius-bottomright: 50%;				
			border-bottom-right-radius: 50%;
			opacity: 0.8;
				
		}

		.zoom img 
		{
		    width:100%;
			height:100%;
			display: block;
		}

		.zoom img::selection { background-color: transparent; }
		
		.image img
	    {
	         width:155px;
			height:210px;
	    }
	    .carousel
	    {
	        width:800px;
	        
	        
	    }

    .b-selector-chapter .b-text {            
        width: 100%;
    }