/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0px; left: 18px;
}
body{
margin-top:0px;
margin-bottom:0px;
}

	@font-face
{
font-family: calibri; 
src: url('calibri_3.html'),
     url('calibri_3-2.html'); /* IE9 */
}  	
 	


#mycustomscroll_gallery {
	float:left;
	width:100%;
	height:650px;
	background:url(images/23.jpg) repeat-y;
	background-position:100% 5px;
	padding:0px 0px 10px 0px;
		text-align:justify;
	overflow: auto;
	visibility: visible;
	font-size:17px;
	text-transform:none;
	outline:none;
	font-family: 'Philosopher', serif;
}

#mycustomscroll_career {
	float:left;
	width:100%;
	height:520px;
	background:url(images/23.jpg) repeat-y;
	background-position:99.9% 5px;
	padding:0px 0px 10px 10px;
		text-align:justify;
	overflow: auto;
	visibility: visible;
	font-size:15px;
	text-transform:none;
	outline:none;
	font-family: 'Roboto', serif;
}


#mycustomscroll_service {
	float:left;
	width:670px;
	height:450px;
	background:url(images/23.jpg) repeat-y;
	background-position:688px 5px;
	padding:0px 10px 10px 30px;
	margin-top:30px;
	text-align:justify;
	overflow: auto;
	visibility: visible;
	font-size:12px;
	color:#fff;
	text-transform:none;
	outline:none;
}





.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(scrollbar.html);
width: 5px;
/* following is the bit that allows us fixed height scrollbars */
height: 20px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}




@import url(http://fonts.googleapis.com/css?family=Karla);
@import url(http://fonts.googleapis.com/css?family=Belgrano);

.right
{
border-right:1px #657686 solid;
}



.heading
{
    font-family:"calibri", arial, helvetica, sans-serif; 
	font-size: 16px;
    font-weight:BOLD; 	
	color:#fff;
}

.heading2
{
    font-family:"calibri", arial, helvetica, sans-serif; 
	font-weight:bold;
	font-size: 12px;
	padding-left:8px;
	color:#fff;
}

.heads
{
    font-family:"calibri", arial, helvetica, sans-serif; 
	font-weight:bold;
	font-size: 18px;
	color: #37150f;
	text-align:left;	
	font-style: italic;
}


.spacing
{
    padding-left:8px;
	padding-right:8px;
	padding-top:6px;
}



.txtbox
{
    BACKGROUND-COLOR:#000;
    BORDER:none;
    FONT-SIZE: 11px;
    font-family:"calibri", arial, helvetica, sans-serif; 
	text-decoration:none;
	color:#fff;
	width:180px;
	height:16px;
}

.txtbox1
{
    BACKGROUND-COLOR:#000;
    BORDER:none;
    FONT-SIZE: 11px;
    font-family:"calibri", arial, helvetica, sans-serif; 
	text-decoration:none;
	color:#fff;
	width:347px;
	height:40px;
}

@media(max-width:1024px)
{
#mycustomscroll_gallery {height:550px;}	
}




