
#content {
width:700px;
margin:0 auto;
}


/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width:520px;
float:left;
height: 215px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:10px 0px 0px 60px;
padding:0px 10px 10px 10px;
outline:0px;
}

#mycustomscroll p{
margin:0px;
padding:30px 0px 30px 0px;/padding:0px 0px 0px 0px;
color:#0F0F0F;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width:640px;
float:left;
height: 250px;/height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:10px 0px 15px 0px;
padding:0px 10px 0px 10px;
outline:0px;
}
#mycustomscroll2 p{
margin:0px;
padding:10px 0px;
color:#0F0F0F;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */




/*images slide css starts*/

.topbox {
width:670px;
float:left;
}

.topbox1 {
width:670px;
float:left;
padding-bottom:20px;
}


.prev{
width:69px;
float:left;
text-align:right;
padding-top:81px;
}
.midimg{
width:532px;
float:left;
}
.next{
width:69px;
float:left;
padding-top:81px;
}

.caption{font-style:italic; color:#887;}
.demo{width:532px; position:relative; margin:10px auto;}

.gallery_demo{width:532px; margin:0; padding:0px;}
.gallery_demo ul{margin:0px; padding:0px;}
.gallery_demo li{width:73px; height:55px; margin:4px 2px 0px 2px; background:#ffffff; border:3px solid #E1E1E1;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
.gallery_demo .active{border:3px dotted #69A027;}

#main_image{margin:0 auto; height:230px; width:522px; border:5px solid #69A027; background:#fff; text-align:center;}
#main_image img{margin-bottom:0px;}

#main_image1{margin:0 auto; height:250px; width:522px; border:5px solid #69A027; background:#fff; text-align:center;}
#main_image1 img{margin-bottom:0px;}

.nav{padding-top:15px; clear:both; font:80% 'helvetica neue',sans-serif; letter-spacing:3px; text-transform:uppercase;}

/*images slide css ends*/





