/*
	* King Car Artist Front Page
	* Filename  : image-slideshow.css
	* Author    : Indranil Basu,CF-337,Sector -I,  
			saltLake,Kolkata,India,Mat3impex Pvt Ltd
	* Project   : Artist.kingcar
	* Last Modified  : 2nd-July-2009
	* Description    : Artist Product of this Artist.kingcar
	* @subpackage Template Framework
	* @copyright  Copyright (c) 2009-2010 Mat3Impex Pvt Ltd. (http://www.mat3impex.com)
	* @version    1.0.0
*/

	/*body{

		background-image:url('../../images/heading3.gif');

		background-repeat:no-repeat;

		padding-top:80px;

	}*/
	#dhtmlgoodies_slideshow{
		width:407px;	/* Total width of slideshow */
	}

	

	#previewPane{

		border:0px solid #CCCCCC;

		/*margin-bottom:10px;*/
		text-align:center;

		vertical-align:middle;

		/*padding-top:10px;*/


		position:relative;

		

		/* CSS HACK */

		height: 302px;	/* IE 5.x */

		height/* */:/**/292px;	/* Other browsers */

		height: /**/292px;

				

	}

	#previewPane img{

		line-height:400px;

	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */

		font-style:italic;

		text-align:center;

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */

		font-size:0.9em;

	}

	#galleryContainer{
		height:65px;	/* Height of the images + 2 */
		width:402px;
		border:0px solid #CCCCCC;

		position:relative;

		overflow:hidden;
		padding-top:35px;
		/*padding:1px;*/
		margin-left:33px;
		

		/* CSS HACK */

		height: 67px;	/* IE 5.x - Added 2 pixels for border left and right */

		height/* */:/**/65px;	/* Other browsers */

		height: /**/65px;

				

	}

	#arrow_left{

		position:absolute;

		left:0px;

		z-index:10;
		height:60px;
		background-color: #e9e4b8;

		padding:1px;
		padding-top:18px;

	}
	#arrow_leftV{

		position:absolute;

		left:0px;

		z-index:10;
		height:60px;
		/*background-color: #e9e4b8;*/

		padding:1px;
		padding-top:18px;

	}
	#arrow_left img{
		height:25px;
	}

	#arrow_right{

		position:absolute;
		height:60px;
		right:0px;

		z-index:10;

		background-color: #e9e4b8;

		padding:1px;		
		padding-top:18px;
	}
	#arrow_rightV{

		position:absolute;
		height:60px;
		right:0px;

		z-index:10;

/* 		background-color: #e9e4b8; */

		padding:1px;		
		padding-top:18px;
	}
	#arrow_right img{
		height:25px;
	}

	#theImages{

		position:absolute;

		height:100px;

		left:40px;

		width:100000px;

		

	}

	#theImages #slideEnd{

		float:left;

	}

	#theImages img{

		float:left;

		padding:5px;

		filter: alpha(opacity=50);

		opacity: 0.5;

		cursor:pointer;

		border:0px;

	}



	#waitMessage{

		display:none;

		position:absolute;

		left:200px;

		top:150px;

		background-color:#FFF;

		border:3px double #000;

		padding:4px;

		color:#555;

		font-size:0.9em;

		font-family:arial;	

	}

	

	#theImages .imageCaption{

		display:none;

	}
