﻿
/* set the announcement div dimensions here */
.aja-announce
{
	width: 204px;
  min-height: 240px;
  height: auto !important;
  height: 240px;
	border: 0px solid black;
}

/* set the announcement div dimensions here */
.aja-spotlight
{
	width: 204px;
  min-height: 240px;
  height: auto !important;
  height: 240px;
	border: 0px solid red;
}

/* set the announcement div dimensions here */
.aja-clipping
{
	width: 100%;
/*  min-height: 20px;
  height: auto !important;
  height: 20px;*/
	border: 0px solid green;
}


/* root element for scrollable */
#pscroll7_0 .vertical
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	width: 204px;
	height: 240px;
	border: 0px solid black;
	padding: 0px;
	background-color: #ffffff; 
}

/* root element for scrollable */
#pscroll7_1 .vertical
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	width: 204px;
	height: 240px;
	border: 0px solid black;
	padding: 1px;
	background-color: #ffffff; 
}

#pscroll7_0 .items,
#pscroll7_1 .items
{	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
#pscroll7_0 .item,
#pscroll7_1 .item 
{
	/*border-bottom:1px solid #ddd;*/
	margin:10px 0;
	padding:0px;
	font-size:12px;
	height:280px;
	overflow: hidden;
}

/* elements inside single item */
#pscroll7_0 .item img,
#pscroll7_1 .item img
{
}

#pscroll7_0 .item h3,
#pscroll7_1 .item h3
{
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#pscroll7_0 #actions,
#pscroll7_1 #actions
{
	width:283px;
	margin:30px 0 10px 0;	
}

#pscroll7_0 #actions a,
#pscroll7_1 #actions a 
{
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#pscroll7_0 #actions a:hover,
#pscroll7_1 #actions a:hover
{
	text-decoration:underline;
	color:#000;
}

#pscroll7_0 .disabled,
#pscroll7_1 .disabled 
{
	visibility:hidden;		
}

#pscroll7_0 .next,
#pscroll7_1 .next 
{
	float:right;
}	
				

/*---------------------------------------------------------------------------------*/
/* For announcements type 10 
/*---------------------------------------------------------------------------------*/

/* root element for scrollable */
#pscroll10_0 .vertical
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	width: 512px;
	height: 20px;
	border: 0px solid black;
	padding: 0px;
	background-color: #ffffff; 
}

/* root element for scrollable */
#pscroll10_1 .vertical
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	width: 512px;
	height: 20px;
	border: 0px solid black;
	padding: 1px;
	background-color: #ffffff; 
}

#pscroll10_0 .items,
#pscroll10_1 .items
{	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
#pscroll10_0 .item,
#pscroll10_1 .item 
{
	/*border-bottom:1px solid #ddd;*/
	margin:0px 0;
	padding:0px;
	font-size:12px;
	height:20px;
	line-height:20px;
	overflow: hidden;
	width: 512px;
}

/* elements inside single item */
#pscroll10_0 .item img,
#pscroll10_1 .item img
{
}

#pscroll10_0 .item h3,
#pscroll10_1 .item h3
{
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#pscroll10_0 #actions,
#pscroll10_1 #actions
{
	width:283px;
	margin:30px 0 10px 0;	
}

#pscroll10_0 #actions a,
#pscroll10_1 #actions a 
{
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#pscroll10_0 #actions a:hover,
#pscroll10_1 #actions a:hover
{
	text-decoration:underline;
	color:#000;
}

#pscroll10_0 .disabled,
#pscroll10_1 .disabled 
{
	visibility:hidden;		
}

#pscroll10_0 .next,
#pscroll10_1 .next 
{
	float:right;
}	
		
/*---------------------------------------------------------------------------------*/
/* For announcements type 11 
/*---------------------------------------------------------------------------------*/

/* root element for scrollable */
#pscroll11_0 .horizontal
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	width: 512px;
	height: 20px;
	border: 0px solid black;
	padding: 0px;
	background-color: #ffffff; 
}

/* root element for scrollable */
#pscroll11_1 .horizontal
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	width: 512px;
	height: 20px;
	border: 0px solid black;
	padding: 1px;
	background-color: #ffffff; 
}

#pscroll11_0 .items,
#pscroll11_1 .items
{	
	position:absolute;
	
	/* this time we have very large space for height */	
	width:20000em;	
	margin: 0px;
}

/* single scrollable item */
#pscroll11_0 .item,
#pscroll11_1 .item 
{
	/*border-bottom:1px solid #ddd;*/
	margin: 0px 0px 0px 5px;
	padding:0px;
	font-size:12px;
	height:20px;
	line-height:20px;
	overflow: hidden;
	width: 507px;
	float: left;
}

/* elements inside single item */
#pscroll11_0 .item img,
#pscroll11_1 .item img
{
}

#pscroll11_0 .item h3,
#pscroll11_1 .item h3
{
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#pscroll11_0 #actions,
#pscroll11_1 #actions
{
	width:283px;
	margin:30px 0 11px 0;	
}

#pscroll11_0 #actions a,
#pscroll11_1 #actions a 
{
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#pscroll11_0 #actions a:hover,
#pscroll11_1 #actions a:hover
{
	text-decoration:underline;
	color:#000;
}

#pscroll11_0 .disabled,
#pscroll11_1 .disabled 
{
	visibility:hidden;		
}

#pscroll11_0 .next,
#pscroll11_1 .next 
{
	float:right;
}	
		
		