/*****************************************************
/*
Client				:			David Titlow Photography
Website				:			www.davidtitlow.com
Email				: 			info@davidtitlow.com

Author				:			Duncan Hart
Author				:			DH Interactive Ltd
Author				:			http://www.dhinteractive.co.uk
Author				:			support@dhinteractive.co.uk
Author				:			+44 (0)7940523816

Design				:			Everyone Associates 
Design				:			http://www.everyoneassociates.com/
Design				:			hello@everyoneassociates.com
Design				:			+44 (0)20 7336 7255

Date 11/2008	- Created

Copyright - DH Interactive Ltd
*/
/*****************************************************
 

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

#scrollbox_1 				{
position:	relative;
top:		0px;
left:		0px;
width:		900px;
height:		360px;
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:		900px;
height:		360px;
z-index:	3;
overflow:	auto;
}

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

#scrollbox_2 				{
position:	relative;
top:		0px;
left:		0px;
width:		900px;
height:		145px;
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:		900px;
height:		145px;
z-index:	3;
overflow:	auto;
}