div.content {
        /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
        display: block;									/*changes from none to block by shaon bahadur*/
        float: left;
        width:100%;
/*		border:1px solid #F0FBFF;*/
}
div.content a, div.navigation a {
        text-decoration: none;
        color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
        text-decoration: none;
}
div.controls {
        margin-top: 5px;
        height: 23px;
        width: 350px;
}
div.controls a {
        padding: 5px;
		font-family:"Courier New", Courier, monospace;
		font-size:12px;
		color:#333333;
		font-weight:bold;
		text-decoration:none;
}
div.controls a:hover{
		color:#8CC130;
}
div.ss-controls {
        float: left;
}
div.nav-controls {
        float: right;
}
div.slideshow-container {

       /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {

        background-image:url(../images/loading.gif);
        background-repeat: no-repeat;
        background-position: center;
        width: 500px;
        height: 307px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	height: 190px !important;
	width: 337px;
/*	padding-top:8px;*/
	margin-left: 8px;
	overflow:hidden;
}
div.slideshow span.image-wrapper {
	width: 335px;
	float:left;
}
div.slideshow a.advance-link {
        display: block;
      /*  width: 500px;*/
        height: 307px; /* This should be set to be at least the height of the largest image in the slideshow */
        line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
        text-align: left;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
        text-decoration: none;
}
div.slideshow img {
        vertical-align: middle;
        border: 0px solid #ccc;
        width: 336px;
}
div.download {
        float: right;
}
div.caption-container {

}
span.image-caption {
        display: block;

}
div.caption {
        background-color: #F0FBFF;
        padding: 12px;
        color: #ccc;
		height:500px;
}
div.caption a {
        color: #fff;
}
div.image-title {
        font-weight: bold;
        font-size: 1.4em;
}

div.image-desc {
        line-height: 1.3em;
        padding-top: 12px;
}
div.navigation_gallery{
     /*   border:#D8D8D8 0px solid;
        background:#FFF;           */
        padding: 5px 5px 15px 5px;
      /*  margin-top: 25px;*/
     /*   border: 1px solid #cccccc;*/
        /*height:80px;*/												/*commented out by shaon bahadur*/
        height:auto;													/*added this line by shaon bahadur*/
        width: 346px;
        float:left; background: url(../images/gallery_background_bottom.jpg) no-repeat bottom;
        /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
        clear: both;
        margin: 0;
        padding: 0;
        margin-left: 5px;
}
ul.thumbs li {
        float: left;
        padding: 0;
        margin: 5px 5px 0px 0;
        list-style: none;
}
a.thumb {
        /*padding: 10px;*/
        display: block;
        border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
        background: #F0FBFF;
}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
	    height:60px;
        border: 3px solid #000000;
        display: block;
        padding: 10px;
}
div.pagination {
        clear: both;
}
div.navigation div.top {
        margin-bottom: 12px;
        height: 11px;
}
div.navigation div.bottom {
        margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
        display: block;
        float: left;
        margin-right: 2px;
        padding: 0px 5px 2px 2px;
        border: 1px solid #ccc;
}
div.pagination a:hover {
        background-color: #eee;
        text-decoration: none;
}
div.pagination span.current {
        font-weight: bold;
        background-color: #000;
        border-color: #000;
        color: #fff;
}
div.pagination span.ellipsis {
        border: none;
        padding: 5px 0 3px 2px;
}
#captionToggle a {
        float: right;
        display: block;
        background-image: url(../images/caption.png);
        background-repeat: no-repeat;
        background-position: right;
        margin-top: 5px;
        padding: 5px 30px 5px 5px;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
        float: none;
        padding: 0;
        margin: 0;
        list-style: none;
}

#thumbs-min a.thumb {
        padding: 0px;
        display: inline;
        border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
        background: inherit;
        color: #000;
        font-weight: bold;
}

/*Gallery Css Start Here*/
#gallery{
    background: url(../images/gallery_background_middle.jpg) repeat-y;
}
.top_gallery_background{
    background: url(../images/gallery_background_top.jpg) no-repeat top left;
    height: 10px;
}
.bottom_gallery_background{
    background: url(../images/gallery_background_bottom.jpg) no-repeat bottom;
    height: 11px;
}
.thumb_image_left{
    background: url(../images/gallery_background_bottom.jpg) no-repeat bottom;
}
.thumb_image_left{
    background: url(../images/bottom_left_image.jpg) no-repeat left;
}
.message_wrapper_border{
    border: 1px solid #cccccc;
    height: 310px;
    margin-right: 10px;
}
.email_address{
    border: 1px solid #cccccc;
}


/*Gallery Css End Here*/
