/* ####################################### */
/* ########### CALL TO ACTION ############ */
/* ####################################### */

.cta:link,
.cta:visited,
.basket-full:link,
.basket-full:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* ####################################### */
/* ############# NAV PRIMARY ############# */
/* ####################################### */


.pri-level-1-item a:link,
.pri-level-1-item a:visited {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
}


/* ####################################### */
/* ############# PAGE IMAGE ############## */
/* ####################################### */

/*[class="slide-show-information"] {
	background-color: rgba(0,0,0, 0.4);
}*/

#slide-show-controls li {
	opacity: 0.8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;  
	border-radius: 2px; 
	
}

#slide-show-controls li:hover {
	opacity: 1;
}

.a-content-home-page .slide-show-information {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);	
}