@charset "utf-8";
/* CSS Document */

	#quotes
	{
		 height: 270px;
		overflow:hidden;

	}
	
	.quotes {
		display: block;
		width:100%;
		height:50%;
		margin-left:auto;
		margin-right:auto;
		right:0;
		left:0;
	}

	
	.textItem
	{		
		border:1px r solid;

		text-align:center;
		margin-left:auto;
		margin-right:auto;		
		display:none;
		height:auto;
	}
	
	.quotes-box-1{
		/* border:1px red solid; */
		height:270px;

	
		}
		
	.quotes-header{
		/*border:1px black solid; */
 

		margin-top:20px;
		color:#464b83; /* Dark Blue */	
		font-size:22px;
		font-weight:bold;
		}
		
	.quot-Name{
		/*border:1px yellow solid;  */

		margin-top:5px;
		font-style:italic;
		}
		
	.quotes-line{
		/*border:1px yellow solid; */
 
		width:10px;

		float:left;
		background-image:url('../css/images/quotes-line.png');
	}
	
	.quotes-text{
		/* border:1px blue solid; */

		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		color:#666;
		text-align:left;
		width:90%;
		height:auto;
		margin-left:auto;
		margin-right:auto;	
			
	}
	
	.arrow-img{
		cursor:pointer;
		width:20px;
		/* [disabled]height:90px; */
		float:left;
	}
	
	.quotes-main-header{
		/* border:1px #000 solid; */
	width:100%;
	padding:10px 0px 10px 0px;
	color:#464b83; /* Dark Blue */
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	}
	
	
	.line{
	background-color:#464b83; /* Dark Blue */	
	height:4px;						
	width:100%;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	}
	
	.line-top{
	padding-top:0px;
	}
	
	.line-bottom{
	padding-top:100px;
	}
	
	.main-line-quotes{
		/* border:1px #000 solid; */
	background-color:#464b83; /* Dark Blue */	
	height:4px;						
	width:90%;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;				
	}
	
	.main-line-bottom{
	margin-top:0px;
	}
