﻿
		
/*used car detail images */

/****************** ajGNS - used images *********************/	
#ajGNSContainer{
    width:580px;	
    height: 271px;	
    position: relative;
    padding: 0px;
   
}

.ajGNSMask{
	position:relative;
	width:380px;	
	overflow:hidden;
	margin:0px;
}

/*  Content styles  */

#ajGNSBox{
	position:absolute;
}
		#ajGNSBox div{
			width:380px;
			height:285px;
			float:left;
	        position: relative;
		}
		
		#ajGNSBox h3, #ajGNSBox p, #ajGNSBox ul{
			padding:5px 10px;
		}
		#ajGNSBox p{
			text-indent:16px;
		}
		#ajGNSBox img{					
			float:left;
			margin:0px 0px 0px 0px;
			width: 380px;
		}
		
             

#ajGNSPrev {
	position: absolute;
	top: 285px;
	left: 245px;
	height: 285px;
}

		#ajGNSPrev:active, 
		#ajGNSPrev:hover {
				background:#0080FF;
				color:#fff;
				background: url(../img/ajGNSPrevSmall.png)  left center no-repeat;
					cursor: pointer;
				}
		

#ajGNSNext {
	position: absolute;
	top: 285px;
	right: 365px;
	height: 285px;

}

		#ajGNSNext:active, 
		#ajGNSNext:hover {
				background:#0080FF;
				color:#fff;
				background: url(../img/ajGNSNextSmall.png)  right center no-repeat;
				cursor: pointer;
				}

/*  Required for Numbers/Thumbnails controls  */


#ajGNSShortcut {
        position: absolute;
        top: 0px;
        left: 390px;
		z-index: 99;
		width: 185px;

}

        #ajGNSShortcut ul{
            clear: both;
            float: left;
            display: block;
            list-style: none;
            margin: 3px 0px 0px 0px;
            padding: 0px;
        }

		#ajGNSShortcut li{	
			padding:0px 3px 3px 0px;
			cursor:pointer;
			float: left;					
			}
				
		#ajGNSShortcut li:last,
		#ajGNSShortcut li:last-child{	
			padding:3px 0px 3px 0px;
			cursor:pointer;					
			}
					
		#ajGNSShortcut img {
				width: 73px; 				
			
				}
		 



/* ajGNS2- Home Page Used Featured */

#ajGNS2Container{
		width:260px;
		position: relative;
		padding: 0px;	
		margin: 0px 0px 0px 0px;
		height: 100px;
		border: solid 1px #fff;
		
		}

		.ajGNS2Mask{
			position:relative;
			width:260px;			
			overflow:hidden;
			margin:0px;
			height: 100px;
		}
		
		/*  Content styles  */
		
		#ajGNS2Box{
			position:absolute;
		}
				#ajGNS2Box div{
					width:260px;					
					float:left;
				
				
				}								
		
				#ajGNS2Box img{				
					float:left;
					margin:0px 0px 0px 0px;				
				}
				
				
							

		#ajGNS2Prev {
			position: absolute;
			top: 0px;
			left: 0px;		
			height: 100px;
		}

				#ajGNS2Prev:active, 
				#ajGNS2Prev:hover {
						background:#0080FF;
						color:#fff;
						background: url(../../ajGNS/img/ajGNSPrevSmall.png)  left center no-repeat;
						cursor: pointer;
						}
				

		#ajGNS2Next {
			position: absolute;
			top: 0px;
			right: 0px;
			height: 100px;		
		}

				#ajGNS2Next:active, 
				#ajGNS2Next:hover {
						background:#0080FF;
						color:#fff;
						background: url(../../ajGNS/img/ajGNSNextSmall.png)  right center no-repeat;
						cursor: pointer;
						}
					
				
		
/****************** ajGNS3 - gallery images *********************/	
#ajGNS3Container{
    width:380px;	
    height: 300px;	
    position: relative;
    padding: 0px;
    margin: 10px auto;
    padding: 5px;
    border: solid 2px #666;
    background-color: #e6e6e6;
}

.ajGNS3Mask{
	position:relative;
	width:380px;
	height:255px;
	overflow:hidden;
	margin:0px;
}

/*  Content styles  */

#ajGNS3Box{
	position:absolute;
}
		#ajGNS3Box div{
			width:380px;
			height:255px;
			float:left;
	        position: relative;
		}
		
		#ajGNS3Box h3, #ajGNS3Box p, #ajGNS3Box ul{
			padding:5px 10px;
		}
		#ajGNS3Box p{
			text-indent:16px;
		}
		#ajGNS3Box img{					
			float:left;
			margin:0px 0px 0px 0px;
		}
		
             

#ajGNS3Prev {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 255px;
}

		#ajGNS3Prev:active, 
		#ajGNS3Prev:hover {
				background:#0080FF;
				color:#fff;
				background: url(../img/ajGNSPrevSmall.png)  left center no-repeat;
					cursor: pointer;
				}
		

#ajGNS3Next {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 255px;

}

		#ajGNS3Next:active, 
		#ajGNS3Next:hover {
				background:#0080FF;
				color:#fff;
				background: url(../img/ajGNSNextSmall.png)  right center no-repeat;
				cursor: pointer;
				}

/*  Required for Numbers/Thumbnails controls  */


#ajGNS3Shortcut {
        clear: both;
        float: left;
        display: block;
		z-index: 99;
		width: 380px;
}

        #ajGNS3Shortcut ul{
            clear: both;
            float: left;
            display: block;
            list-style: none;
            margin: 3px 0px 0px 0px;
            padding: 0px;
        }

		#ajGNS3Shortcut li{	
			padding:0px 3px 3px 0px;
			cursor:pointer;
			float: left;					
			}
				
		#ajGNS3Shortcut li:last,
		#ajGNS3Shortcut li:last-child{	
			padding:3px 0px 3px 0px;
			cursor:pointer;					
			}
					
		#ajGNS3Shortcut img {
				width: 60px; 				
			
				}
		 
