/* CSS Document */
/*
Index of styles
--------------------------------- 
global page styles
GLOBAL HTML STYLES e.g. (p, b, em, strong, heading(s), etc.)
--------------------------------- */

#gallery li {
display: inline-block;
margin-left: 8px;
margin-bottom: 10px;
}

#gallery li:first-child {
	margin-left: 0;
}

#gallery img{
height: 100px; 
}

#tabs{
width: 350px; 
}

#tabs img{
margin-bottom: 10px; 
width: 300px; 
}

.tab-title, .tab-acc-no, .tab-date{
display: block; 
}



.bold{
font-weight: bold; 
display: inline; 
}

.image img{
height: auto; 
}

#remove_selected{
padding: 2px; 
}

.image{
height: auto; 
width: auto; 
overflow: hidden; 
}

.sum_imgs .image
{
max-width: 160px; 
height: auto; 
margin-top: 15px; 
}

.center{
margin: 0 auto; 
text-align: center; 
}

.errmsg{
height: 400px; 
width: 500px; 
margin-top: 200px; 
}

.sum_gallery{
float:right;
height:100%;
padding-left:10px;
width:160px;
}
.sum_gallery img{
display: block; 
}
.sum_imgs{
height: 300px; 
width: 300px; 
padding-top: 20px; 
}

.img_button
color:#ffffff;
}

.gall_title{
background:#DDDDDD none repeat scroll 0 0;
padding-bottom:3px;
padding-top:3px;
margin-bottom: 10px; 
}

.deleteButton{
margin-left: 35px; 
}


.add_button .img_url, .add_button .img_accno, .add_button .img_caption, .add_button .title , .add_button .img_din, .add_button .img_locn, .add_button .thumb_url
{
display: none; 
}

/*magnifier*/
.magnifier{
	z-index: 9999999;
	border-radius: 100%;
	border: 7px solid rgba(221, 221, 221, 0.5)
}
/*detail page center*/
center {
    display: block;
    text-align: -webkit-centerwidth;
    width: 540px;
}
