/*****************************************************
 * DH Interactive Ltd
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: Langar Hall - (Langar Hall)
 * Client: www.langarhall.com
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 *Date 07/2008	- Created
 *
 *****************************************************
 */
 

/*****************************************************
* Scroll Styles 1
/*****************************************************
*/

#scrollbox_1 				{
position:	relative;
top:		0px;
left:		0px;
width:		283px;
height:		230px;
z-index:	2;
overflow:	hidden;

/* Scroll Colour Settings */
scrollbar-arrow-color:		#FFFFFF;
scrollbar-3dlight-color:	#FFFFFF;
scrollbar-highlight-color:	#CCCCCC;
scrollbar-face-color:		#CCCCCC;
scrollbar-shadow-color:		#CCCCCC;
scrollbar-track-color:		#FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
}

#scrollboxinnen_1 			{
position:	relative;
top:		0px;
left:		0px;
width:		283px;
height:		230px;
z-index:	3;
overflow:	auto;
}


/*****************************************************
* Scroll Styles 2
/*****************************************************
*/

#scrollbox_2 				{
position:	relative;
top:		0px;
left:		0px;
width:		600px;
height:		235px;
z-index:	2;
overflow:	hidden;

/* Scroll Colour Settings */
scrollbar-arrow-color:		#FFFFFF;
scrollbar-3dlight-color:	#FFFFFF;
scrollbar-highlight-color:	#CCCCCC;
scrollbar-face-color:		#CCCCCC;
scrollbar-shadow-color:		#CCCCCC;
scrollbar-track-color:		#FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
}

#scrollboxinnen_2 			{
position:	relative;
top:		0px;
left:		0px;
width:		600px;
height:		235px;
z-index:	3;
overflow:	auto;
}