.login-btn-new {
    float: left;
    margin: 10px 0 0 95px;
    padding: 0;
    width: auto;
}

.login-btn-new input{
                width:97px;
                margin:0;
                padding:0;
                float:left;
                height:52px;
                background:url(../../images/login-btn.png) no-repeat;
                line-height:52px;
                border:none;
                font-size:18px;
                font-weight:normal;
                color:#fff;
                cursor:pointer;
                font-family: opensansregular;
}
#search_by_fname
{
	color:#707070 !important;
}
#search_by_lname
{
	color:#707070 !important;
}
.login-top input{
	font-size: 17px !important;
    font-weight: normal !important;
}

/** slider css **/

body{
	font-family:arial
}

.clear {
	clear:both
}

#gallery 
{
	float: left;
    height: 378px;
    position: relative;
    z-index: 0;
}
#gallery a {
		float:left;
		position:absolute;
		cursor: default;
	}
	
#gallery a img {
		border:none;
	}
	
#gallery a.show {
		z-index:500
	}

#gallery .caption {
		z-index:600; 
		background:rgba(255,255,255,0.7); 
		height:49px; 
		/* width:100%;  */
		width:625px !important; 
		position:absolute;
		bottom:0;
	}

#gallery .caption .slider_content {
		margin:5px
	}
	
#gallery .caption .slider_content h3 {
		margin:0;
		padding:0;
		color:#6c518f; 
		font-size:24px;
		text-align:center;
		text-transform:uppercase;
		line-height:42px;
	}
	
/** end of slider css **/