﻿	
	
/***************** TESTIMONALS ****************/

#ajGNSContainer{
		width:600px;
		position: relative; 
		padding: 0px;	
		height:400px;
		margin: 0px 0px 0px 0px;
	
		
		}

		.ajGNSMask{
			position:relative;
			width:600px;
			height:400px;
			overflow:hidden;
			margin:0px;
	
		}
		
		/*  Content styles  */
		
		#ajGNSBox{
			position:absolute;
			z-index: 1;
			font-size: 0.85em;
		}
				#ajGNSBox div{
					width:600px;
					height:365px;
					float:left;
					/*background:#eee;*/
					margin: 0px;
					overflow: auto;
					overflow-x: hidden;			
					
				}
				
				#ajGNSBox h1{
					font-size: 1.8em;
					margin: 10px 10px 10px 0px;
					font-weight: normal;
				}
				
				#ajGNSBox h2{
					font-size: 1.4em;
					margin: 10px 10px 10px 0px;
					font-weight: normal;
					color: #012f9e;
				}
				
				#ajGNSBox h3{
					font-size: 1.2em;
					margin: 10px 10px 10px 0px;
					font-weight: bold;					
				}
				
				
				#ajGNSBox p{
					/*padding:5px 5px 5px 10px;*/
					margin: 10px 10px 10px 0px;
					line-height: 140%;
				}
				
				#ajGNSBox a{
				   color: #012f9e;
				}
				
				
				#ajGNSBox img{				
					margin:10px 10px 10px 10px;
				}
				

		#ajGNSPrev {
			position: absolute;
			top: 377px;
			left: 5px;			
			text-transform: uppercase;	
			font-size: 0.8em;	
			text-align: left;
			z-index: 2;
			cursor: pointer;	
			border: 1px solid #666;
            background-color: #FFF;
            color:#333;
            padding:2px 4px 2px 4px;
		}

				
				#ajGNSPrev:hover,
				#ajGNSPrev:active {			
						background:#666;
						color: #fff;
						text-decoration: none;
						cursor: pointer;	
						}
				

		#ajGNSNext {
			position: absolute;
			top: 377px;
			right: 5px;			
			text-transform: uppercase;	
			font-size: 0.8em;				
			text-align: right;
			z-index: 2;
			cursor: pointer;	
			border: 1px solid #666;
            background-color: #FFF;
            color:#333;
            padding:2px 4px 2px 4px;
			}

				#ajGNSNext:hover,
				#ajGNSNext:active
				 {
						background:#666;
						color: #fff;
						text-decoration: none;
						cursor: pointer;	
						}
						
						
            #ajGNSShortcut {
                position: absolute;
                top: 380px;
                left: 50px;
                z-index: 99;             
            }

           #ajGNSShortcut span{						
                height: 50px;
                width: 50px;
                border: 1px solid #666;
                background-color: #FFF;
                color:#333;
                padding:2px 4px 2px 4px;
                cursor:pointer;
                font:10px Verdana;
                margin: 0px 5px 0px 0px;
            }


            #ajGNSShortcut span:active, 
            #ajGNSShortcut span:hover {
            background:#666;
            color:#fff
            }

	
